Module: Google::Cloud::DataCatalog::V1::VertexDatasetSpec::DataType

Defined in:
proto_docs/google/cloud/datacatalog/v1/datacatalog.rb

Overview

Type of data stored in the dataset.

Constant Summary collapse

DATA_TYPE_UNSPECIFIED =

Should not be used.

0
TABLE =

Structured data dataset.

1
IMAGE =

Image dataset which supports ImageClassification, ImageObjectDetection and ImageSegmentation problems.

2
TEXT =

Document dataset which supports TextClassification, TextExtraction and TextSentiment problems.

3
VIDEO =

Video dataset which supports VideoClassification, VideoObjectTracking and VideoActionRecognition problems.

4
CONVERSATION =

Conversation dataset which supports conversation problems.

5
TIME_SERIES =

TimeSeries dataset.

6
DOCUMENT =

Document dataset which supports DocumentAnnotation problems.

7
TEXT_TO_SPEECH =

TextToSpeech dataset which supports TextToSpeech problems.

8
TRANSLATION =

Translation dataset which supports Translation problems.

9
STORE_VISION =

Store Vision dataset which is used for HITL integration.

10
ENTERPRISE_KNOWLEDGE_GRAPH =

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

11
TEXT_PROMPT =

Text prompt dataset which supports Large Language Models.

12