Types for Google Cloud Aiplatform V1beta1 Schema Predict Instance v1beta1 API¶
- class google.cloud.aiplatform.v1beta1.schema.predict.instance_v1beta1.types.ImageClassificationPredictionInstance(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
Message
Prediction input format for Image Classification.
- class google.cloud.aiplatform.v1beta1.schema.predict.instance_v1beta1.types.ImageObjectDetectionPredictionInstance(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
Message
Prediction input format for Image Object Detection.
- class google.cloud.aiplatform.v1beta1.schema.predict.instance_v1beta1.types.ImageSegmentationPredictionInstance(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
Message
Prediction input format for Image Segmentation.
- class google.cloud.aiplatform.v1beta1.schema.predict.instance_v1beta1.types.TextClassificationPredictionInstance(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
Message
Prediction input format for Text Classification.
- class google.cloud.aiplatform.v1beta1.schema.predict.instance_v1beta1.types.TextExtractionPredictionInstance(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
Message
Prediction input format for Text Extraction.
- mime_type¶
The MIME type of the text snippet. The supported MIME types are listed below. - text/plain
- Type:
- key¶
This field is only used for batch prediction. If a key is provided, the batch prediction result will by mapped to this key. If omitted, then the batch prediction result will contain the entire input instance. Vertex AI will not check if keys in the request are duplicates, so it is up to the caller to ensure the keys are unique.
- Type:
- class google.cloud.aiplatform.v1beta1.schema.predict.instance_v1beta1.types.TextSentimentPredictionInstance(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
Message
Prediction input format for Text Sentiment.
- class google.cloud.aiplatform.v1beta1.schema.predict.instance_v1beta1.types.VideoActionRecognitionPredictionInstance(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
Message
Prediction input format for Video Action Recognition.
- content¶
The Google Cloud Storage location of the video on which to perform the prediction.
- Type:
- mime_type¶
The MIME type of the content of the video. Only the following are supported: video/mp4 video/avi video/quicktime
- Type:
- time_segment_start¶
The beginning, inclusive, of the video’s time segment on which to perform the prediction. Expressed as a number of seconds as measured from the start of the video, with “s” appended at the end. Fractions are allowed, up to a microsecond precision.
- Type:
- time_segment_end¶
The end, exclusive, of the video’s time segment on which to perform the prediction. Expressed as a number of seconds as measured from the start of the video, with “s” appended at the end. Fractions are allowed, up to a microsecond precision, and “inf” or “Infinity” is allowed, which means the end of the video.
- Type:
- class google.cloud.aiplatform.v1beta1.schema.predict.instance_v1beta1.types.VideoClassificationPredictionInstance(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
Message
Prediction input format for Video Classification.
- content¶
The Google Cloud Storage location of the video on which to perform the prediction.
- Type:
- mime_type¶
The MIME type of the content of the video. Only the following are supported: video/mp4 video/avi video/quicktime
- Type:
- time_segment_start¶
The beginning, inclusive, of the video’s time segment on which to perform the prediction. Expressed as a number of seconds as measured from the start of the video, with “s” appended at the end. Fractions are allowed, up to a microsecond precision.
- Type:
- time_segment_end¶
The end, exclusive, of the video’s time segment on which to perform the prediction. Expressed as a number of seconds as measured from the start of the video, with “s” appended at the end. Fractions are allowed, up to a microsecond precision, and “inf” or “Infinity” is allowed, which means the end of the video.
- Type:
- class google.cloud.aiplatform.v1beta1.schema.predict.instance_v1beta1.types.VideoObjectTrackingPredictionInstance(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Bases:
Message
Prediction input format for Video Object Tracking.
- content¶
The Google Cloud Storage location of the video on which to perform the prediction.
- Type:
- mime_type¶
The MIME type of the content of the video. Only the following are supported: video/mp4 video/avi video/quicktime
- Type:
- time_segment_start¶
The beginning, inclusive, of the video’s time segment on which to perform the prediction. Expressed as a number of seconds as measured from the start of the video, with “s” appended at the end. Fractions are allowed, up to a microsecond precision.
- Type:
- time_segment_end¶
The end, exclusive, of the video’s time segment on which to perform the prediction. Expressed as a number of seconds as measured from the start of the video, with “s” appended at the end. Fractions are allowed, up to a microsecond precision, and “inf” or “Infinity” is allowed, which means the end of the video.
- Type: