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: 0
Should not be used.
Generated from protobuf enum DATA_TYPE_UNSPECIFIED = 0;
TABLE
Value: 1
Structured data dataset.
Generated from protobuf enum TABLE = 1;
IMAGE
Value: 2
Image dataset which supports ImageClassification, ImageObjectDetection and ImageSegmentation problems.
Generated from protobuf enum IMAGE = 2;
TEXT
Value: 3
Document dataset which supports TextClassification, TextExtraction and TextSentiment problems.
Generated from protobuf enum TEXT = 3;
VIDEO
Value: 4
Video dataset which supports VideoClassification, VideoObjectTracking and VideoActionRecognition problems.
Generated from protobuf enum VIDEO = 4;
CONVERSATION
Value: 5
Conversation dataset which supports conversation problems.
Generated from protobuf enum CONVERSATION = 5;
TIME_SERIES
Value: 6
TimeSeries dataset.
Generated from protobuf enum TIME_SERIES = 6;
DOCUMENT
Value: 7
Document dataset which supports DocumentAnnotation problems.
Generated from protobuf enum DOCUMENT = 7;
TEXT_TO_SPEECH
Value: 8
TextToSpeech dataset which supports TextToSpeech problems.
Generated from protobuf enum TEXT_TO_SPEECH = 8;
TRANSLATION
Value: 9
Translation dataset which supports Translation problems.
Generated from protobuf enum TRANSLATION = 9;
STORE_VISION
Value: 10
Store Vision dataset which is used for HITL integration.
Generated from protobuf enum STORE_VISION = 10;
ENTERPRISE_KNOWLEDGE_GRAPH
Value: 11
Enterprise Knowledge Graph dataset which is used for HITL labeling integration.
Generated from protobuf enum ENTERPRISE_KNOWLEDGE_GRAPH = 11;
TEXT_PROMPT
Value: 12
Text prompt dataset which supports Large Language Models.
Generated from protobuf enum TEXT_PROMPT = 12;