Interface protos.google.cloud.aiplatform.v1beta1.IFeatureValue (1.7.2)

Properties of a FeatureValue.

Package

@google-cloud/aiplatform!

Properties

boolArrayValue

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

FeatureValue boolArrayValue

Property Value
TypeDescription
(google.cloud.aiplatform.v1beta1.IBoolArray|null)

boolValue

boolValue?: (boolean|null);

FeatureValue boolValue

Property Value
TypeDescription
(boolean|null)

bytesValue

bytesValue?: (Uint8Array|string|null);

FeatureValue bytesValue

Property Value
TypeDescription
(Uint8Array|string|null)

doubleArrayValue

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

FeatureValue doubleArrayValue

Property Value
TypeDescription
(google.cloud.aiplatform.v1beta1.IDoubleArray|null)

doubleValue

doubleValue?: (number|null);

FeatureValue doubleValue

Property Value
TypeDescription
(number|null)

int64ArrayValue

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

FeatureValue int64ArrayValue

Property Value
TypeDescription
(google.cloud.aiplatform.v1beta1.IInt64Array|null)

int64Value

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

FeatureValue int64Value

Property Value
TypeDescription
(number|Long|string|null)

metadata

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

FeatureValue metadata

Property Value
TypeDescription
(google.cloud.aiplatform.v1beta1.FeatureValue.IMetadata|null)

stringArrayValue

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

FeatureValue stringArrayValue

Property Value
TypeDescription
(google.cloud.aiplatform.v1beta1.IStringArray|null)

stringValue

stringValue?: (string|null);

FeatureValue stringValue

Property Value
TypeDescription
(string|null)