Enum Feature.Types.ValueType (1.0.0)

public enum ValueType

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.