Interface PredictResponseMetadata.Builder3
- Enclosing class:
PredictResponseMetadata
public static interface PredictResponseMetadata.Builder3
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptionnumQueryRows(Integer numQueryRows) Set the numQueryRows of thisPredictResponseMetadatainstance.
-
Method Details
-
numQueryRows
Set the numQueryRows of thisPredictResponseMetadatainstance.- Parameters:
numQueryRows- Number of rows for which a prediction was made.- Returns:
- The PredictResponseMetadata instance.
-