Interface protos.google.cloud.aiplatform.v1beta1.IMetadataValue (6.6.0)

Properties of a MetadataValue.

Package

@google-cloud/aiplatform

Properties

boolValue

boolValue?: (boolean|null);

MetadataValue boolValue

datetimeValue

datetimeValue?: (string|null);

MetadataValue datetimeValue

floatValue

floatValue?: (number|null);

MetadataValue floatValue

intValue

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

MetadataValue intValue

listValue

listValue?: (google.cloud.aiplatform.v1beta1.IMetadataList|null);

MetadataValue listValue

strValue

strValue?: (string|null);

MetadataValue strValue