Vertex AI V1 API - Module Google::Cloud::AIPlatform::V1::Feature::ValueType (v0.11.0)

Reference documentation and code samples for the Vertex AI V1 API module Google::Cloud::AIPlatform::V1::Feature::ValueType.

An enum representing the value type of a feature.

Constants

VALUE_TYPE_UNSPECIFIED

value: 0
The value type is unspecified.

BOOL

value: 1
Used for Feature that is a boolean.

BOOL_ARRAY

value: 2
Used for Feature that is a list of boolean.

DOUBLE

value: 3
Used for Feature that is double.

DOUBLE_ARRAY

value: 4
Used for Feature that is a list of double.

INT64

value: 9
Used for Feature that is INT64.

INT64_ARRAY

value: 10
Used for Feature that is a list of INT64.

STRING

value: 11
Used for Feature that is string.

STRING_ARRAY

value: 12
Used for Feature that is a list of String.

BYTES

value: 13
Used for Feature that is bytes.