Interface PredictRequestPayloadOneOf1.Builder1
- Enclosing class:
PredictRequestPayloadOneOf1
public static interface PredictRequestPayloadOneOf1.Builder1
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptioncolumns(Map<String, List<RowsInnerValue>> columns) Set the columns of thisPredictRequestPayloadOneOf1instance.
-
Method Details
-
columns
Set the columns of thisPredictRequestPayloadOneOf1instance.- Parameters:
columns- Alternative to rows: columns of data where each key is a column name and the value is a list of all column values. Either \"rows\" or \"columns\" must be provided.- Returns:
- The PredictRequestPayloadOneOf1 instance.
-