package google.cloud.aiplatform.v1beta1.schema

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message AnnotationSpecColor

annotation_spec_color.proto:31

An entry of mapping between color and AnnotationSpec. The mapping is used in segmentation mask.

Used in: ImageSegmentationAnnotation.MaskAnnotation

message ImageBoundingBoxAnnotation

annotation_payload.proto:41

Annotation details specific to image object detection.

message ImageClassificationAnnotation

annotation_payload.proto:32

Annotation details specific to image classification.

message ImageDataItem

data_item_payload.proto:30

Payload of Image DataItem.

message ImageDatasetMetadata

dataset_metadata.proto:29

The metadata of Datasets that contain Image DataItems.

message ImageSegmentationAnnotation

annotation_payload.proto:62

Annotation details specific to image segmentation.

message ImageSegmentationAnnotation.MaskAnnotation

annotation_payload.proto:64

The mask based segmentation annotation.

Used in: ImageSegmentationAnnotation

message ImageSegmentationAnnotation.PolygonAnnotation

annotation_payload.proto:77

Represents a polygon in image.

Used in: ImageSegmentationAnnotation

message ImageSegmentationAnnotation.PolylineAnnotation

annotation_payload.proto:90

Represents a polyline in image.

Used in: ImageSegmentationAnnotation

message PredictionResult

io_format.proto:36

Represents a line of JSONL in the batch prediction output file.

message PredictionResult.Error

io_format.proto:37

Used in: PredictionResult

message TablesDatasetMetadata

dataset_metadata.proto:62

The metadata of Datasets that contain tables data.

message TablesDatasetMetadata.BigQuerySource

dataset_metadata.proto:82

Used in: InputConfig

message TablesDatasetMetadata.GcsSource

dataset_metadata.proto:73

Used in: InputConfig

message TablesDatasetMetadata.InputConfig

dataset_metadata.proto:65

The tables Dataset's data source. The Dataset doesn't store the data directly, but only pointer(s) to its data.

Used in: TablesDatasetMetadata

message TextClassificationAnnotation

annotation_payload.proto:116

Annotation details specific to text classification.

message TextDataItem

data_item_payload.proto:63

Payload of Text DataItem.

message TextDatasetMetadata

dataset_metadata.proto:40

The metadata of Datasets that contain Text DataItems.

message TextExtractionAnnotation

annotation_payload.proto:125

Annotation details specific to text extraction.

message TextSegment

annotation_payload.proto:137

The text segment inside of DataItem.

Used in: TextExtractionAnnotation

message TextSentimentAnnotation

annotation_payload.proto:152

Annotation details specific to text sentiment.

message TimeSegment

annotation_payload.proto:180

A time period inside of a DataItem that has a time dimension (e.g. video).

Used in: VideoActionRecognitionAnnotation, VideoClassificationAnnotation

message TimeSeriesDatasetMetadata

dataset_metadata.proto:92

The metadata of Datasets that contain time series data.

message TimeSeriesDatasetMetadata.BigQuerySource

dataset_metadata.proto:112

Used in: InputConfig

message TimeSeriesDatasetMetadata.GcsSource

dataset_metadata.proto:103

Used in: InputConfig

message TimeSeriesDatasetMetadata.InputConfig

dataset_metadata.proto:95

The time series Dataset's data source. The Dataset doesn't store the data directly, but only pointer(s) to its data.

Used in: TimeSeriesDatasetMetadata

message Vertex

geometry.proto:31

A vertex represents a 2D point in the image. NOTE: the normalized vertex coordinates are relative to the original image and range from 0 to 1.

Used in: ImageSegmentationAnnotation.PolygonAnnotation, ImageSegmentationAnnotation.PolylineAnnotation

message VideoActionRecognitionAnnotation

annotation_payload.proto:220

Annotation details specific to video action recognition.

message VideoClassificationAnnotation

annotation_payload.proto:167

Annotation details specific to video classification.

message VideoDataItem

data_item_payload.proto:48

Payload of Video DataItem.

message VideoDatasetMetadata

dataset_metadata.proto:51

The metadata of Datasets that contain Video DataItems.

message VideoObjectTrackingAnnotation

annotation_payload.proto:191

Annotation details specific to video object tracking.