Enum Feature.ValueType

java.lang.Object
java.lang.Enum<Feature.ValueType>
com.google.cloud.aiplatform.v1.Feature.ValueType
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<Feature.ValueType>
Enclosing class:
Feature

public static enum Feature.ValueType extends Enum<Feature.ValueType> implements com.google.protobuf.ProtocolMessageEnum
 Only applicable for Vertex AI Legacy Feature Store.
 An enum representing the value type of a feature.
 
Protobuf enum google.cloud.aiplatform.v1.Feature.ValueType
  • Enum Constant Details

    • VALUE_TYPE_UNSPECIFIED

      public static final Feature.ValueType VALUE_TYPE_UNSPECIFIED
       The value type is unspecified.
       
      VALUE_TYPE_UNSPECIFIED = 0;
    • BOOL

      public static final Feature.ValueType BOOL
       Used for Feature that is a boolean.
       
      BOOL = 1;
    • BOOL_ARRAY

      public static final Feature.ValueType BOOL_ARRAY
       Used for Feature that is a list of boolean.
       
      BOOL_ARRAY = 2;
    • DOUBLE

      public static final Feature.ValueType DOUBLE
       Used for Feature that is double.
       
      DOUBLE = 3;
    • DOUBLE_ARRAY

      public static final Feature.ValueType DOUBLE_ARRAY
       Used for Feature that is a list of double.
       
      DOUBLE_ARRAY = 4;
    • INT64

      public static final Feature.ValueType INT64
       Used for Feature that is INT64.
       
      INT64 = 9;
    • INT64_ARRAY

      public static final Feature.ValueType INT64_ARRAY
       Used for Feature that is a list of INT64.
       
      INT64_ARRAY = 10;
    • STRING

      public static final Feature.ValueType STRING
       Used for Feature that is string.
       
      STRING = 11;
    • STRING_ARRAY

      public static final Feature.ValueType STRING_ARRAY
       Used for Feature that is a list of String.
       
      STRING_ARRAY = 12;
    • BYTES

      public static final Feature.ValueType BYTES
       Used for Feature that is bytes.
       
      BYTES = 13;
    • STRUCT

      public static final Feature.ValueType STRUCT
       Used for Feature that is struct.
       
      STRUCT = 14;
    • UNRECOGNIZED

      public static final Feature.ValueType UNRECOGNIZED
  • Field Details

    • VALUE_TYPE_UNSPECIFIED_VALUE

      public static final int VALUE_TYPE_UNSPECIFIED_VALUE
       The value type is unspecified.
       
      VALUE_TYPE_UNSPECIFIED = 0;
      See Also:
    • BOOL_VALUE

      public static final int BOOL_VALUE
       Used for Feature that is a boolean.
       
      BOOL = 1;
      See Also:
    • BOOL_ARRAY_VALUE

      public static final int BOOL_ARRAY_VALUE
       Used for Feature that is a list of boolean.
       
      BOOL_ARRAY = 2;
      See Also:
    • DOUBLE_VALUE

      public static final int DOUBLE_VALUE
       Used for Feature that is double.
       
      DOUBLE = 3;
      See Also:
    • DOUBLE_ARRAY_VALUE

      public static final int DOUBLE_ARRAY_VALUE
       Used for Feature that is a list of double.
       
      DOUBLE_ARRAY = 4;
      See Also:
    • INT64_VALUE

      public static final int INT64_VALUE
       Used for Feature that is INT64.
       
      INT64 = 9;
      See Also:
    • INT64_ARRAY_VALUE

      public static final int INT64_ARRAY_VALUE
       Used for Feature that is a list of INT64.
       
      INT64_ARRAY = 10;
      See Also:
    • STRING_VALUE

      public static final int STRING_VALUE
       Used for Feature that is string.
       
      STRING = 11;
      See Also:
    • STRING_ARRAY_VALUE

      public static final int STRING_ARRAY_VALUE
       Used for Feature that is a list of String.
       
      STRING_ARRAY = 12;
      See Also:
    • BYTES_VALUE

      public static final int BYTES_VALUE
       Used for Feature that is bytes.
       
      BYTES = 13;
      See Also:
    • STRUCT_VALUE

      public static final int STRUCT_VALUE
       Used for Feature that is struct.
       
      STRUCT = 14;
      See Also:
  • Method Details

    • values

      public static Feature.ValueType[] 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 Feature.ValueType 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 Feature.ValueType 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 Feature.ValueType 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<Feature.ValueType> 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 Feature.ValueType 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