Prediction model parameters for Image Classification.
confidenceThresholdnumber
The Model only returns predictions with at least this confidence score. Default value is 0.0
maxPredictionsinteger
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 } |