Package instance_v1beta1.types (1.3.0)

API documentation for instance_v1beta1.types package.

Classes

ImageClassificationPredictionInstance

Prediction input format for Image Classification. .. attribute:: content

The image bytes or Cloud Storage URI to make the prediction on.

:type: str

ImageObjectDetectionPredictionInstance

Prediction input format for Image Object Detection. .. attribute:: content

The image bytes or Cloud Storage URI to make the prediction on.

:type: str

ImageSegmentationPredictionInstance

Prediction input format for Image Segmentation. .. attribute:: content

The image bytes to make the predictions on.

:type: str

TextClassificationPredictionInstance

Prediction input format for Text Classification. .. attribute:: content

The text snippet to make the predictions on.

:type: str

TextExtractionPredictionInstance

Prediction input format for Text Extraction. .. attribute:: content

The text snippet to make the predictions on.

:type: str

TextSentimentPredictionInstance

Prediction input format for Text Sentiment. .. attribute:: content

The text snippet to make the predictions on.

:type: str

VideoActionRecognitionPredictionInstance

Prediction input format for Video Action Recognition. .. attribute:: content

The Google Cloud Storage location of the video on which to perform the prediction.

:type: str

VideoClassificationPredictionInstance

Prediction input format for Video Classification. .. attribute:: content

The Google Cloud Storage location of the video on which to perform the prediction.

:type: str

VideoObjectTrackingPredictionInstance

Prediction input format for Video Object Tracking. .. attribute:: content

The Google Cloud Storage location of the video on which to perform the prediction.

:type: str