Package com.google.cloud.datacatalog.v1
Enum VertexDatasetSpec.DataType
java.lang.Object
java.lang.Enum<VertexDatasetSpec.DataType>
com.google.cloud.datacatalog.v1.VertexDatasetSpec.DataType
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<VertexDatasetSpec.DataType>
- Enclosing class:
- VertexDatasetSpec
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 Summary
Enum ConstantsEnum ConstantDescriptionConversation dataset which supports conversation problems.Should not be used.Document dataset which supports DocumentAnnotation problems.Enterprise Knowledge Graph dataset which is used for HITL labeling integration.Image dataset which supports ImageClassification, ImageObjectDetection and ImageSegmentation problems.Store Vision dataset which is used for HITL integration.Structured data dataset.Document dataset which supports TextClassification, TextExtraction and TextSentiment problems.Text prompt dataset which supports Large Language Models.TextToSpeech dataset which supports TextToSpeech problems.TimeSeries dataset.Translation dataset which supports Translation problems.Video dataset which supports VideoClassification, VideoObjectTracking and VideoActionRecognition problems. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intConversation dataset which supports conversation problems.static final intShould not be used.static final intDocument dataset which supports DocumentAnnotation problems.static final intEnterprise Knowledge Graph dataset which is used for HITL labeling integration.static final intImage dataset which supports ImageClassification, ImageObjectDetection and ImageSegmentation problems.static final intStore Vision dataset which is used for HITL integration.static final intStructured data dataset.static final intText prompt dataset which supports Large Language Models.static final intTextToSpeech dataset which supports TextToSpeech problems.static final intDocument dataset which supports TextClassification, TextExtraction and TextSentiment problems.static final intTimeSeries dataset.static final intTranslation dataset which supports Translation problems.static final intVideo dataset which supports VideoClassification, VideoObjectTracking and VideoActionRecognition problems. -
Method Summary
Modifier and TypeMethodDescriptionstatic VertexDatasetSpec.DataTypeforNumber(int value) static com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<VertexDatasetSpec.DataType>static VertexDatasetSpec.DataTypevalueOf(int value) Deprecated.static VertexDatasetSpec.DataTypevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static VertexDatasetSpec.DataTypeReturns 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.
-
Enum Constant Details
-
DATA_TYPE_UNSPECIFIED
Should not be used.
DATA_TYPE_UNSPECIFIED = 0; -
TABLE
Structured data dataset.
TABLE = 1; -
IMAGE
Image dataset which supports ImageClassification, ImageObjectDetection and ImageSegmentation problems.
IMAGE = 2; -
TEXT
Document dataset which supports TextClassification, TextExtraction and TextSentiment problems.
TEXT = 3; -
VIDEO
Video dataset which supports VideoClassification, VideoObjectTracking and VideoActionRecognition problems.
VIDEO = 4; -
CONVERSATION
Conversation dataset which supports conversation problems.
CONVERSATION = 5; -
TIME_SERIES
TimeSeries dataset.
TIME_SERIES = 6; -
DOCUMENT
Document dataset which supports DocumentAnnotation problems.
DOCUMENT = 7; -
TEXT_TO_SPEECH
TextToSpeech dataset which supports TextToSpeech problems.
TEXT_TO_SPEECH = 8; -
TRANSLATION
Translation dataset which supports Translation problems.
TRANSLATION = 9; -
STORE_VISION
Store Vision dataset which is used for HITL integration.
STORE_VISION = 10; -
ENTERPRISE_KNOWLEDGE_GRAPH
Enterprise Knowledge Graph dataset which is used for HITL labeling integration.
ENTERPRISE_KNOWLEDGE_GRAPH = 11; -
TEXT_PROMPT
Text prompt dataset which supports Large Language Models.
TEXT_PROMPT = 12; -
UNRECOGNIZED
-
-
Field Details
-
DATA_TYPE_UNSPECIFIED_VALUE
public static final int DATA_TYPE_UNSPECIFIED_VALUEShould not be used.
DATA_TYPE_UNSPECIFIED = 0;- See Also:
-
TABLE_VALUE
public static final int TABLE_VALUEStructured data dataset.
TABLE = 1;- See Also:
-
IMAGE_VALUE
public static final int IMAGE_VALUEImage dataset which supports ImageClassification, ImageObjectDetection and ImageSegmentation problems.
IMAGE = 2;- See Also:
-
TEXT_VALUE
public static final int TEXT_VALUEDocument dataset which supports TextClassification, TextExtraction and TextSentiment problems.
TEXT = 3;- See Also:
-
VIDEO_VALUE
public static final int VIDEO_VALUEVideo dataset which supports VideoClassification, VideoObjectTracking and VideoActionRecognition problems.
VIDEO = 4;- See Also:
-
CONVERSATION_VALUE
public static final int CONVERSATION_VALUEConversation dataset which supports conversation problems.
CONVERSATION = 5;- See Also:
-
TIME_SERIES_VALUE
public static final int TIME_SERIES_VALUETimeSeries dataset.
TIME_SERIES = 6;- See Also:
-
DOCUMENT_VALUE
public static final int DOCUMENT_VALUEDocument dataset which supports DocumentAnnotation problems.
DOCUMENT = 7;- See Also:
-
TEXT_TO_SPEECH_VALUE
public static final int TEXT_TO_SPEECH_VALUETextToSpeech dataset which supports TextToSpeech problems.
TEXT_TO_SPEECH = 8;- See Also:
-
TRANSLATION_VALUE
public static final int TRANSLATION_VALUETranslation dataset which supports Translation problems.
TRANSLATION = 9;- See Also:
-
STORE_VISION_VALUE
public static final int STORE_VISION_VALUEStore Vision dataset which is used for HITL integration.
STORE_VISION = 10;- See Also:
-
ENTERPRISE_KNOWLEDGE_GRAPH_VALUE
public static final int ENTERPRISE_KNOWLEDGE_GRAPH_VALUEEnterprise Knowledge Graph dataset which is used for HITL labeling integration.
ENTERPRISE_KNOWLEDGE_GRAPH = 11;- See Also:
-
TEXT_PROMPT_VALUE
public static final int TEXT_PROMPT_VALUEText prompt dataset which supports Large Language Models.
TEXT_PROMPT = 12;- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<VertexDatasetSpec.DataType> internalGetValueMap() -
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static VertexDatasetSpec.DataType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-