Class MetadataStore (0.8.0)

MetadataStore(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Instance of a metadata store. Contains a set of metadata that can be queried.

Attributes

NameDescription
name str
Output only. The resource name of the MetadataStore instance.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. Timestamp when this MetadataStore was created.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. Timestamp when this MetadataStore was last updated.
encryption_spec google.cloud.aiplatform_v1beta1.types.EncryptionSpec
Customer-managed encryption key spec for an Metadata Store. If set, this Metadata Store and all sub-resources of this Metadata Store will be secured by this key.
description str
Description of the MetadataStore.
state google.cloud.aiplatform_v1beta1.types.MetadataStore.MetadataStoreState
Output only. State information of the MetadataStore.

Inheritance

builtins.object > proto.message.Message > MetadataStore

Classes

MetadataStoreState

MetadataStoreState(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represent state information for a MetadataStore. .. attribute:: disk_utilization_bytes

The disk utilization of the MetadataStore in bytes.

:type: int