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

Properties of a MetadataSchema.

Package

@google-cloud/aiplatform!

Properties

createTime

createTime?: (google.protobuf.ITimestamp|null);

MetadataSchema createTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

description

description?: (string|null);

MetadataSchema description

Property Value
TypeDescription
(string|null)

name

name?: (string|null);

MetadataSchema name

Property Value
TypeDescription
(string|null)

schema

schema?: (string|null);

MetadataSchema schema

Property Value
TypeDescription
(string|null)

schemaType

schemaType?: (google.cloud.aiplatform.v1beta1.MetadataSchema.MetadataSchemaType|keyof typeof google.cloud.aiplatform.v1beta1.MetadataSchema.MetadataSchemaType|null);

MetadataSchema schemaType

Property Value
TypeDescription
(google.cloud.aiplatform.v1beta1.MetadataSchema.MetadataSchemaType|keyof typeof google.cloud.aiplatform.v1beta1.MetadataSchema.MetadataSchemaType|null)

schemaVersion

schemaVersion?: (string|null);

MetadataSchema schemaVersion

Property Value
TypeDescription
(string|null)