Class MetadataStore (1.7.1)

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_v1.types.EncryptionSpec
Customer-managed encryption key spec for a Metadata Store. If set, this Metadata Store and all sub-resources of this Metadata Store are secured using this key.
description str
Description of the MetadataStore.
state google.cloud.aiplatform_v1.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)

Represents state information for a MetadataStore.