Interface PredictResponseMetadata.Builder2
- Enclosing class:
PredictResponseMetadata
public static interface PredictResponseMetadata.Builder2
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptionnumPredictions(Integer numPredictions) Set the numPredictions of thisPredictResponseMetadatainstance.
-
Method Details
-
numPredictions
Set the numPredictions of thisPredictResponseMetadatainstance.- Parameters:
numPredictions- Number of table cells containing the specified placeholder value.- Returns:
- The PredictResponseMetadata builder.
-