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 Details

    • DATA_TYPE_UNSPECIFIED

      public static final VertexDatasetSpec.DataType DATA_TYPE_UNSPECIFIED
       Should not be used.
       
      DATA_TYPE_UNSPECIFIED = 0;
    • TABLE

      public static final VertexDatasetSpec.DataType TABLE
       Structured data dataset.
       
      TABLE = 1;
    • IMAGE

      public static final VertexDatasetSpec.DataType IMAGE
       Image dataset which supports ImageClassification, ImageObjectDetection
       and ImageSegmentation problems.
       
      IMAGE = 2;
    • TEXT

      public static final VertexDatasetSpec.DataType TEXT
       Document dataset which supports TextClassification, TextExtraction and
       TextSentiment problems.
       
      TEXT = 3;
    • VIDEO

      public static final VertexDatasetSpec.DataType VIDEO
       Video dataset which supports VideoClassification, VideoObjectTracking and
       VideoActionRecognition problems.
       
      VIDEO = 4;
    • CONVERSATION

      public static final VertexDatasetSpec.DataType CONVERSATION
       Conversation dataset which supports conversation problems.
       
      CONVERSATION = 5;
    • TIME_SERIES

      public static final VertexDatasetSpec.DataType TIME_SERIES
       TimeSeries dataset.
       
      TIME_SERIES = 6;
    • DOCUMENT

      public static final VertexDatasetSpec.DataType DOCUMENT
       Document dataset which supports DocumentAnnotation problems.
       
      DOCUMENT = 7;
    • TEXT_TO_SPEECH

      public static final VertexDatasetSpec.DataType TEXT_TO_SPEECH
       TextToSpeech dataset which supports TextToSpeech problems.
       
      TEXT_TO_SPEECH = 8;
    • TRANSLATION

      public static final VertexDatasetSpec.DataType TRANSLATION
       Translation dataset which supports Translation problems.
       
      TRANSLATION = 9;
    • STORE_VISION

      public static final VertexDatasetSpec.DataType STORE_VISION
       Store Vision dataset which is used for HITL integration.
       
      STORE_VISION = 10;
    • ENTERPRISE_KNOWLEDGE_GRAPH

      public static final VertexDatasetSpec.DataType ENTERPRISE_KNOWLEDGE_GRAPH
       Enterprise Knowledge Graph dataset which is used for HITL labeling
       integration.
       
      ENTERPRISE_KNOWLEDGE_GRAPH = 11;
    • TEXT_PROMPT

      public static final VertexDatasetSpec.DataType TEXT_PROMPT
       Text prompt dataset which supports Large Language Models.
       
      TEXT_PROMPT = 12;
    • UNRECOGNIZED

      public static final VertexDatasetSpec.DataType UNRECOGNIZED
  • Field Details

    • DATA_TYPE_UNSPECIFIED_VALUE

      public static final int DATA_TYPE_UNSPECIFIED_VALUE
       Should not be used.
       
      DATA_TYPE_UNSPECIFIED = 0;
      See Also:
    • TABLE_VALUE

      public static final int TABLE_VALUE
       Structured data dataset.
       
      TABLE = 1;
      See Also:
    • IMAGE_VALUE

      public static final int IMAGE_VALUE
       Image dataset which supports ImageClassification, ImageObjectDetection
       and ImageSegmentation problems.
       
      IMAGE = 2;
      See Also:
    • TEXT_VALUE

      public static final int TEXT_VALUE
       Document dataset which supports TextClassification, TextExtraction and
       TextSentiment problems.
       
      TEXT = 3;
      See Also:
    • VIDEO_VALUE

      public static final int VIDEO_VALUE
       Video dataset which supports VideoClassification, VideoObjectTracking and
       VideoActionRecognition problems.
       
      VIDEO = 4;
      See Also:
    • CONVERSATION_VALUE

      public static final int CONVERSATION_VALUE
       Conversation dataset which supports conversation problems.
       
      CONVERSATION = 5;
      See Also:
    • TIME_SERIES_VALUE

      public static final int TIME_SERIES_VALUE
       TimeSeries dataset.
       
      TIME_SERIES = 6;
      See Also:
    • DOCUMENT_VALUE

      public static final int DOCUMENT_VALUE
       Document dataset which supports DocumentAnnotation problems.
       
      DOCUMENT = 7;
      See Also:
    • TEXT_TO_SPEECH_VALUE

      public static final int TEXT_TO_SPEECH_VALUE
       TextToSpeech dataset which supports TextToSpeech problems.
       
      TEXT_TO_SPEECH = 8;
      See Also:
    • TRANSLATION_VALUE

      public static final int TRANSLATION_VALUE
       Translation dataset which supports Translation problems.
       
      TRANSLATION = 9;
      See Also:
    • STORE_VISION_VALUE

      public static final int STORE_VISION_VALUE
       Store Vision dataset which is used for HITL integration.
       
      STORE_VISION = 10;
      See Also:
    • ENTERPRISE_KNOWLEDGE_GRAPH_VALUE

      public static final int ENTERPRISE_KNOWLEDGE_GRAPH_VALUE
       Enterprise 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_VALUE
       Text prompt dataset which supports Large Language Models.
       
      TEXT_PROMPT = 12;
      See Also:
  • Method Details

    • values

      public static VertexDatasetSpec.DataType[] 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

      public static VertexDatasetSpec.DataType valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static VertexDatasetSpec.DataType valueOf(int value)
      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 name
      NullPointerException - if the argument is null
    • forNumber

      public static VertexDatasetSpec.DataType forNumber(int value)
      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:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.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 name
      NullPointerException - if the argument is null