ImageClassificationPredictionParams

Prediction model parameters for Image Classification.

Fields
confidenceThreshold number

The Model only returns predictions with at least this confidence score. Default value is 0.0

maxPredictions integer

The Model only returns up to that many top, by confidence score, predictions per instance. If this number is very high, the Model may return fewer predictions. Default value is 10.

JSON representation
{
  "confidenceThreshold": number,
  "maxPredictions": integer
}