public enum VertexDatasetSpec.Types.DataType
Reference documentation and code samples for the Data Catalog v1 API enum VertexDatasetSpec.Types.DataType.
Type of data stored in the dataset.
Namespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Fields | |
---|---|
Name | Description |
Conversation | Conversation dataset which supports conversation problems. |
Document | Document dataset which supports DocumentAnnotation problems. |
EnterpriseKnowledgeGraph | Enterprise Knowledge Graph dataset which is used for HITL labeling integration. |
Image | Image dataset which supports ImageClassification, ImageObjectDetection and ImageSegmentation problems. |
StoreVision | Store Vision dataset which is used for HITL integration. |
Table | Structured data dataset. |
Text | Document dataset which supports TextClassification, TextExtraction and TextSentiment problems. |
TextPrompt | Text prompt dataset which supports Large Language Models. |
TextToSpeech | TextToSpeech dataset which supports TextToSpeech problems. |
TimeSeries | TimeSeries dataset. |
Translation | Translation dataset which supports Translation problems. |
Unspecified | Should not be used. |
Video | Video dataset which supports VideoClassification, VideoObjectTracking and VideoActionRecognition problems. |