public enum Feature.Types.ValueTypeReference documentation and code samples for the Vertex AI v1beta1 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.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.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. |