Enum Feature.ValueType (3.42.0)

public enum Feature.ValueType extends Enum<Feature.ValueType> implements 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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BOOL

Used for Feature that is a boolean.

BOOL = 1;

BOOL_ARRAY

Used for Feature that is a list of boolean.

BOOL_ARRAY = 2;

BOOL_ARRAY_VALUE

Used for Feature that is a list of boolean.

BOOL_ARRAY = 2;

BOOL_VALUE

Used for Feature that is a boolean.

BOOL = 1;

BYTES

Used for Feature that is bytes.

BYTES = 13;

BYTES_VALUE

Used for Feature that is bytes.

BYTES = 13;

DOUBLE

Used for Feature that is double.

DOUBLE = 3;

DOUBLE_ARRAY

Used for Feature that is a list of double.

DOUBLE_ARRAY = 4;

DOUBLE_ARRAY_VALUE

Used for Feature that is a list of double.

DOUBLE_ARRAY = 4;

DOUBLE_VALUE

Used for Feature that is double.

DOUBLE = 3;

INT64

Used for Feature that is INT64.

INT64 = 9;

INT64_ARRAY

Used for Feature that is a list of INT64.

INT64_ARRAY = 10;

INT64_ARRAY_VALUE

Used for Feature that is a list of INT64.

INT64_ARRAY = 10;

INT64_VALUE

Used for Feature that is INT64.

INT64 = 9;

STRING

Used for Feature that is string.

STRING = 11;

STRING_ARRAY

Used for Feature that is a list of String.

STRING_ARRAY = 12;

STRING_ARRAY_VALUE

Used for Feature that is a list of String.

STRING_ARRAY = 12;

STRING_VALUE

Used for Feature that is string.

STRING = 11;

UNRECOGNIZED
VALUE_TYPE_UNSPECIFIED

The value type is unspecified.

VALUE_TYPE_UNSPECIFIED = 0;

VALUE_TYPE_UNSPECIFIED_VALUE

The value type is unspecified.

VALUE_TYPE_UNSPECIFIED = 0;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()