public static enum VertexDatasetSpec.DataType extends Enum<VertexDatasetSpec.DataType> implements com.google.protobuf.ProtocolMessageEnum
Type of data stored in the dataset.Protobuf enum
google.cloud.datacatalog.v1.VertexDatasetSpec.DataType| Enum Constant and Description |
|---|
CONVERSATION
Conversation dataset which supports conversation problems.
|
DATA_TYPE_UNSPECIFIED
Should not be used.
|
DOCUMENT
Document dataset which supports DocumentAnnotation problems.
|
ENTERPRISE_KNOWLEDGE_GRAPH
Enterprise Knowledge Graph dataset which is used for HITL labeling
integration.
|
IMAGE
Image dataset which supports ImageClassification, ImageObjectDetection
and ImageSegmentation problems.
|
STORE_VISION
Store Vision dataset which is used for HITL integration.
|
TABLE
Structured data dataset.
|
TEXT
Document dataset which supports TextClassification, TextExtraction and
TextSentiment problems.
|
TEXT_PROMPT
Text prompt dataset which supports Large Language Models.
|
TEXT_TO_SPEECH
TextToSpeech dataset which supports TextToSpeech problems.
|
TIME_SERIES
TimeSeries dataset.
|
TRANSLATION
Translation dataset which supports Translation problems.
|
UNRECOGNIZED |
VIDEO
Video dataset which supports VideoClassification, VideoObjectTracking and
VideoActionRecognition problems.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONVERSATION_VALUE
Conversation dataset which supports conversation problems.
|
static int |
DATA_TYPE_UNSPECIFIED_VALUE
Should not be used.
|
static int |
DOCUMENT_VALUE
Document dataset which supports DocumentAnnotation problems.
|
static int |
ENTERPRISE_KNOWLEDGE_GRAPH_VALUE
Enterprise Knowledge Graph dataset which is used for HITL labeling
integration.
|
static int |
IMAGE_VALUE
Image dataset which supports ImageClassification, ImageObjectDetection
and ImageSegmentation problems.
|
static int |
STORE_VISION_VALUE
Store Vision dataset which is used for HITL integration.
|
static int |
TABLE_VALUE
Structured data dataset.
|
static int |
TEXT_PROMPT_VALUE
Text prompt dataset which supports Large Language Models.
|
static int |
TEXT_TO_SPEECH_VALUE
TextToSpeech dataset which supports TextToSpeech problems.
|
static int |
TEXT_VALUE
Document dataset which supports TextClassification, TextExtraction and
TextSentiment problems.
|
static int |
TIME_SERIES_VALUE
TimeSeries dataset.
|
static int |
TRANSLATION_VALUE
Translation dataset which supports Translation problems.
|
static int |
VIDEO_VALUE
Video dataset which supports VideoClassification, VideoObjectTracking and
VideoActionRecognition problems.
|
| Modifier and Type | Method and Description |
|---|---|
static VertexDatasetSpec.DataType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<VertexDatasetSpec.DataType> |
internalGetValueMap() |
static VertexDatasetSpec.DataType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static VertexDatasetSpec.DataType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static VertexDatasetSpec.DataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VertexDatasetSpec.DataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VertexDatasetSpec.DataType DATA_TYPE_UNSPECIFIED
Should not be used.
DATA_TYPE_UNSPECIFIED = 0;public static final VertexDatasetSpec.DataType TABLE
Structured data dataset.
TABLE = 1;public static final VertexDatasetSpec.DataType IMAGE
Image dataset which supports ImageClassification, ImageObjectDetection and ImageSegmentation problems.
IMAGE = 2;public static final VertexDatasetSpec.DataType TEXT
Document dataset which supports TextClassification, TextExtraction and TextSentiment problems.
TEXT = 3;public static final VertexDatasetSpec.DataType VIDEO
Video dataset which supports VideoClassification, VideoObjectTracking and VideoActionRecognition problems.
VIDEO = 4;public static final VertexDatasetSpec.DataType CONVERSATION
Conversation dataset which supports conversation problems.
CONVERSATION = 5;public static final VertexDatasetSpec.DataType TIME_SERIES
TimeSeries dataset.
TIME_SERIES = 6;public static final VertexDatasetSpec.DataType DOCUMENT
Document dataset which supports DocumentAnnotation problems.
DOCUMENT = 7;public static final VertexDatasetSpec.DataType TEXT_TO_SPEECH
TextToSpeech dataset which supports TextToSpeech problems.
TEXT_TO_SPEECH = 8;public static final VertexDatasetSpec.DataType TRANSLATION
Translation dataset which supports Translation problems.
TRANSLATION = 9;public static final VertexDatasetSpec.DataType STORE_VISION
Store Vision dataset which is used for HITL integration.
STORE_VISION = 10;public static final VertexDatasetSpec.DataType ENTERPRISE_KNOWLEDGE_GRAPH
Enterprise Knowledge Graph dataset which is used for HITL labeling integration.
ENTERPRISE_KNOWLEDGE_GRAPH = 11;public static final VertexDatasetSpec.DataType TEXT_PROMPT
Text prompt dataset which supports Large Language Models.
TEXT_PROMPT = 12;public static final VertexDatasetSpec.DataType UNRECOGNIZED
public static final int DATA_TYPE_UNSPECIFIED_VALUE
Should not be used.
DATA_TYPE_UNSPECIFIED = 0;public static final int TABLE_VALUE
Structured data dataset.
TABLE = 1;public static final int IMAGE_VALUE
Image dataset which supports ImageClassification, ImageObjectDetection and ImageSegmentation problems.
IMAGE = 2;public static final int TEXT_VALUE
Document dataset which supports TextClassification, TextExtraction and TextSentiment problems.
TEXT = 3;public static final int VIDEO_VALUE
Video dataset which supports VideoClassification, VideoObjectTracking and VideoActionRecognition problems.
VIDEO = 4;public static final int CONVERSATION_VALUE
Conversation dataset which supports conversation problems.
CONVERSATION = 5;public static final int TIME_SERIES_VALUE
TimeSeries dataset.
TIME_SERIES = 6;public static final int DOCUMENT_VALUE
Document dataset which supports DocumentAnnotation problems.
DOCUMENT = 7;public static final int TEXT_TO_SPEECH_VALUE
TextToSpeech dataset which supports TextToSpeech problems.
TEXT_TO_SPEECH = 8;public static final int TRANSLATION_VALUE
Translation dataset which supports Translation problems.
TRANSLATION = 9;public static final int STORE_VISION_VALUE
Store Vision dataset which is used for HITL integration.
STORE_VISION = 10;public static final int ENTERPRISE_KNOWLEDGE_GRAPH_VALUE
Enterprise Knowledge Graph dataset which is used for HITL labeling integration.
ENTERPRISE_KNOWLEDGE_GRAPH = 11;public static final int TEXT_PROMPT_VALUE
Text prompt dataset which supports Large Language Models.
TEXT_PROMPT = 12;public static VertexDatasetSpec.DataType[] values()
for (VertexDatasetSpec.DataType c : VertexDatasetSpec.DataType.values()) System.out.println(c);
public static VertexDatasetSpec.DataType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static VertexDatasetSpec.DataType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static VertexDatasetSpec.DataType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<VertexDatasetSpec.DataType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static VertexDatasetSpec.DataType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.