Cloud AI Platform v1 API - Enum Feature.Types.ValueType (2.27.0)

public enum Feature.Types.ValueType

Reference documentation and code samples for the Cloud AI Platform 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

NameDescription
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.

Unspecified

The value type is unspecified.