Interface PredictResponseMetadata.Builder2

Enclosing class:
PredictResponseMetadata

public static interface PredictResponseMetadata.Builder2
Builder helper class.
  • Method Details

    • numPredictions

      PredictResponseMetadata.Builder3 numPredictions(@Nonnull Integer numPredictions)
      Set the numPredictions of this PredictResponseMetadata instance.
      Parameters:
      numPredictions - Number of table cells containing the specified prediction placeholder.
      Returns:
      The PredictResponseMetadata builder.