Package params_v1beta1.types (1.5.0)

API documentation for params_v1beta1.types package.

Classes

ImageClassificationPredictionParams

Prediction model parameters for Image Classification. .. attribute:: confidence_threshold

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

:type: float

ImageObjectDetectionPredictionParams

Prediction model parameters for Image Object Detection. .. attribute:: confidence_threshold

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

:type: float

ImageSegmentationPredictionParams

Prediction model parameters for Image Segmentation. .. attribute:: confidence_threshold

When the model predicts category of pixels of the image, it will only provide predictions for pixels that it is at least this much confident about. All other pixels will be classified as background. Default value is 0.5.

:type: float

VideoActionRecognitionPredictionParams

Prediction model parameters for Video Action Recognition. .. attribute:: confidence_threshold

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

:type: float

VideoClassificationPredictionParams

Prediction model parameters for Video Classification. .. attribute:: confidence_threshold

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

:type: float

VideoObjectTrackingPredictionParams

Prediction model parameters for Video Object Tracking. .. attribute:: confidence_threshold

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

:type: float