Data Catalog V1 API - Module Google::Cloud::DataCatalog::V1::VertexDatasetSpec::DataType (v0.23.0)

Reference documentation and code samples for the Data Catalog V1 API module Google::Cloud::DataCatalog::V1::VertexDatasetSpec::DataType.

Type of data stored in the dataset.

Constants

DATA_TYPE_UNSPECIFIED

value: 0
Should not be used.

TABLE

value: 1
Structured data dataset.

IMAGE

value: 2
Image dataset which supports ImageClassification, ImageObjectDetection and ImageSegmentation problems.

TEXT

value: 3
Document dataset which supports TextClassification, TextExtraction and TextSentiment problems.

VIDEO

value: 4
Video dataset which supports VideoClassification, VideoObjectTracking and VideoActionRecognition problems.

CONVERSATION

value: 5
Conversation dataset which supports conversation problems.

TIME_SERIES

value: 6
TimeSeries dataset.

DOCUMENT

value: 7
Document dataset which supports DocumentAnnotation problems.

TEXT_TO_SPEECH

value: 8
TextToSpeech dataset which supports TextToSpeech problems.

TRANSLATION

value: 9
Translation dataset which supports Translation problems.

STORE_VISION

value: 10
Store Vision dataset which is used for HITL integration.

ENTERPRISE_KNOWLEDGE_GRAPH

value: 11
Enterprise Knowledge Graph dataset which is used for HITL labeling integration.

TEXT_PROMPT

value: 12
Text prompt dataset which supports Large Language Models.