Vertex AI v1 API - Enum Feature.Types.ValueType (3.74.0)
Stay organized with collections
Save and categorize content based on your preferences.
public enum Feature.Types.ValueType
Reference documentation and code samples for the Vertex AI v1 API enum Feature.Types.ValueType.
Only applicable for Vertex AI Legacy Feature Store.
An enum representing the value type of a feature.
Namespace
Google.Cloud.AIPlatform.V1
Assembly
Google.Cloud.AIPlatform.V1.dll
Fields
|
| Name |
Description |
Bool |
Used for Feature that is a boolean.
|
BoolArray |
Used for Feature that is a list of boolean.
|
Bytes |
Used for Feature that is bytes.
|
Double |
Used for Feature that is double.
|
DoubleArray |
Used for Feature that is a list of double.
|
Int64 |
Used for Feature that is INT64.
|
Int64Array |
Used for Feature that is a list of INT64.
|
String |
Used for Feature that is string.
|
StringArray |
Used for Feature that is a list of String.
|
Struct |
Used for Feature that is struct.
|
Unspecified |
The value type is unspecified.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-07-30 UTC.
[null,null,["Last updated 2026-07-30 UTC."],[],[]]