Class ImageObjectDetectionPredictionParams (1.34.0)

  ImageObjectDetectionPredictionParams 
 ( 
 mapping 
 = 
 None 
 , 
 * 
 , 
 ignore_unknown_fields 
 = 
 False 
 , 
 ** 
 kwargs 
 ) 
 

Prediction model parameters for Image Object Detection.

Attributes

Name
Description
confidence_threshold
float
The Model only returns predictions with at least this confidence score. Default value is 0.0
max_predictions
int
The Model only returns up to that many top, by confidence score, predictions per instance. Note that number of returned predictions is also limited by metadata's predictionsLimit. Default value is 10.

Methods

ImageObjectDetectionPredictionParams

  ImageObjectDetectionPredictionParams 
 ( 
 mapping 
 = 
 None 
 , 
 * 
 , 
 ignore_unknown_fields 
 = 
 False 
 , 
 ** 
 kwargs 
 ) 
 

Prediction model parameters for Image Object Detection.