MetadataStore(mapping=None, *, ignore_unknown_fields=False, **kwargs)Instance of a metadata store. Contains a set of metadata that can be queried.
Attributes |
|
|---|---|
| Name | Description |
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 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_v1beta1.types.MetadataStore.MetadataStoreState
Output only. State information of the MetadataStore. |
dataplex_config |
google.cloud.aiplatform_v1beta1.types.MetadataStore.DataplexConfig
Optional. Dataplex integration settings. |
Classes
DataplexConfig
DataplexConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)Represents Dataplex integration settings.
MetadataStoreState
MetadataStoreState(mapping=None, *, ignore_unknown_fields=False, **kwargs)Represents state information for a MetadataStore.
Methods
MetadataStore
MetadataStore(mapping=None, *, ignore_unknown_fields=False, **kwargs)Instance of a metadata store. Contains a set of metadata that can be queried.