Interface protos.google.cloud.aiplatform.v1.IFeatureValue (3.13.0)

Properties of a FeatureValue.

Package

@google-cloud/aiplatform

Properties

boolArrayValue

boolArrayValue?: (google.cloud.aiplatform.v1.IBoolArray|null);

FeatureValue boolArrayValue

boolValue

boolValue?: (boolean|null);

FeatureValue boolValue

bytesValue

bytesValue?: (Uint8Array|string|null);

FeatureValue bytesValue

doubleArrayValue

doubleArrayValue?: (google.cloud.aiplatform.v1.IDoubleArray|null);

FeatureValue doubleArrayValue

doubleValue

doubleValue?: (number|null);

FeatureValue doubleValue

int64ArrayValue

int64ArrayValue?: (google.cloud.aiplatform.v1.IInt64Array|null);

FeatureValue int64ArrayValue

int64Value

int64Value?: (number|Long|string|null);

FeatureValue int64Value

metadata

metadata?: (google.cloud.aiplatform.v1.FeatureValue.IMetadata|null);

FeatureValue metadata

stringArrayValue

stringArrayValue?: (google.cloud.aiplatform.v1.IStringArray|null);

FeatureValue stringArrayValue

stringValue

stringValue?: (string|null);

FeatureValue stringValue