Vertex AI V1 API - Module Google::Cloud::AIPlatform::V1::Feature::ValueType (v1.43.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Vertex AI V1 API module Google::Cloud::AIPlatform::V1::Feature::ValueType.
Only applicable for Vertex AI Legacy Feature Store.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-05-08 UTC."],[],[]]