Properties of a FeatureValue.
Package
@google-cloud/aiplatformProperties
boolArrayValue
boolArrayValue?: (google.cloud.aiplatform.v1.IBoolArray|null);
FeatureValue boolArrayValue
Type | Description |
(google.cloud.aiplatform.v1.IBoolArray|null) |
boolValue
boolValue?: (boolean|null);
FeatureValue boolValue
Type | Description |
(boolean|null) |
bytesValue
bytesValue?: (Uint8Array|string|null);
FeatureValue bytesValue
Type | Description |
(Uint8Array|string|null) |
doubleArrayValue
doubleArrayValue?: (google.cloud.aiplatform.v1.IDoubleArray|null);
FeatureValue doubleArrayValue
Type | Description |
(google.cloud.aiplatform.v1.IDoubleArray|null) |
doubleValue
doubleValue?: (number|null);
FeatureValue doubleValue
Type | Description |
(number|null) |
int64ArrayValue
int64ArrayValue?: (google.cloud.aiplatform.v1.IInt64Array|null);
FeatureValue int64ArrayValue
Type | Description |
(google.cloud.aiplatform.v1.IInt64Array|null) |
int64Value
int64Value?: (number|Long|string|null);
FeatureValue int64Value
Type | Description |
(number|Long|string|null) |
metadata
metadata?: (google.cloud.aiplatform.v1.FeatureValue.IMetadata|null);
FeatureValue metadata
Type | Description |
(google.cloud.aiplatform.v1.FeatureValue.IMetadata|null) |
stringArrayValue
stringArrayValue?: (google.cloud.aiplatform.v1.IStringArray|null);
FeatureValue stringArrayValue
Type | Description |
(google.cloud.aiplatform.v1.IStringArray|null) |
stringValue
stringValue?: (string|null);
FeatureValue stringValue
Type | Description |
(string|null) |