Interface PredictRequestPayloadOneOf.Builder1
- Enclosing class:
PredictRequestPayloadOneOf
public static interface PredictRequestPayloadOneOf.Builder1
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptionrows(List<Map<String, RowsInnerValue>> rows) Set the rows of thisPredictRequestPayloadOneOfinstance.default PredictRequestPayloadOneOfrows(Map<String, RowsInnerValue>... rows) Set the rows of thisPredictRequestPayloadOneOfinstance.
-
Method Details
-
rows
Set the rows of thisPredictRequestPayloadOneOfinstance.- Parameters:
rows- Table rows, i.e. list of objects where each object is a mapping of column names to values. Either \"rows\" or \"columns\" must be provided.- Returns:
- The PredictRequestPayloadOneOf instance.
-
rows
Set the rows of thisPredictRequestPayloadOneOfinstance.- Parameters:
rows- Table rows, i.e. list of objects where each object is a mapping of column names to values. Either \"rows\" or \"columns\" must be provided.- Returns:
- The PredictRequestPayloadOneOf instance.
-