Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class DataType.
Type of data stored in the dataset.
Protobuf type google.cloud.datacatalog.v1.VertexDatasetSpec.DataType
Namespace
Google \ Cloud \ DataCatalog \ V1 \ VertexDatasetSpecMethods
static::name
| Parameter | |
|---|---|
| Name | Description | 
| value | mixed | 
static::value
| Parameter | |
|---|---|
| Name | Description | 
| name | mixed | 
Constants
DATA_TYPE_UNSPECIFIED
Value: 0Should not be used.
Generated from protobuf enum DATA_TYPE_UNSPECIFIED = 0;
TABLE
Value: 1Structured data dataset.
Generated from protobuf enum TABLE = 1;
IMAGE
Value: 2Image dataset which supports ImageClassification, ImageObjectDetection and ImageSegmentation problems.
Generated from protobuf enum IMAGE = 2;
TEXT
Value: 3Document dataset which supports TextClassification, TextExtraction and TextSentiment problems.
Generated from protobuf enum TEXT = 3;
VIDEO
Value: 4Video dataset which supports VideoClassification, VideoObjectTracking and VideoActionRecognition problems.
Generated from protobuf enum VIDEO = 4;
CONVERSATION
Value: 5Conversation dataset which supports conversation problems.
Generated from protobuf enum CONVERSATION = 5;
TIME_SERIES
Value: 6TimeSeries dataset.
Generated from protobuf enum TIME_SERIES = 6;
DOCUMENT
Value: 7Document dataset which supports DocumentAnnotation problems.
Generated from protobuf enum DOCUMENT = 7;
TEXT_TO_SPEECH
Value: 8TextToSpeech dataset which supports TextToSpeech problems.
Generated from protobuf enum TEXT_TO_SPEECH = 8;
TRANSLATION
Value: 9Translation dataset which supports Translation problems.
Generated from protobuf enum TRANSLATION = 9;
STORE_VISION
Value: 10Store Vision dataset which is used for HITL integration.
Generated from protobuf enum STORE_VISION = 10;
ENTERPRISE_KNOWLEDGE_GRAPH
Value: 11Enterprise Knowledge Graph dataset which is used for HITL labeling integration.
Generated from protobuf enum ENTERPRISE_KNOWLEDGE_GRAPH = 11;
TEXT_PROMPT
Value: 12Text prompt dataset which supports Large Language Models.
Generated from protobuf enum TEXT_PROMPT = 12;