Class ValueType (1.53.0)

ValueType(value)

Only applicable for Vertex AI Legacy Feature Store. An enum representing the value type of a feature.

Enums

Name Description
VALUE_TYPE_UNSPECIFIED The value type is unspecified.
BOOL Used for Feature that is a boolean.
BOOL_ARRAY Used for Feature that is a list of boolean.
DOUBLE Used for Feature that is double.
DOUBLE_ARRAY Used for Feature that is a list of double.
INT64 Used for Feature that is INT64.
INT64_ARRAY Used for Feature that is a list of INT64.
STRING Used for Feature that is string.
STRING_ARRAY Used for Feature that is a list of String.
BYTES Used for Feature that is bytes.
STRUCT Used for Feature that is struct.

Methods

ValueType

ValueType(value)

Only applicable for Vertex AI Legacy Feature Store. An enum representing the value type of a feature.