Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class MetadataStore.
Instance of a metadata store. Contains a set of metadata that can be queried.
Generated from protobuf message google.cloud.aiplatform.v1.MetadataStore
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Output only. The resource name of the MetadataStore instance.
↳ create_time
↳ update_time
↳ encryption_spec
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
string
Description of the MetadataStore.
↳ state
↳ dataplex_config
getName
Output only. The resource name of the MetadataStore instance.
string
setName
Output only. The resource name of the MetadataStore instance.
var
string
$this
getCreateTime
Output only. Timestamp when this MetadataStore was created.
hasCreateTime
clearCreateTime
setCreateTime
Output only. Timestamp when this MetadataStore was created.
$this
getUpdateTime
Output only. Timestamp when this MetadataStore was last updated.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. Timestamp when this MetadataStore was last updated.
$this
getEncryptionSpec
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.
hasEncryptionSpec
clearEncryptionSpec
setEncryptionSpec
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.
$this
getDescription
Description of the MetadataStore.
string
setDescription
Description of the MetadataStore.
var
string
$this
getState
Output only. State information of the MetadataStore.
hasState
clearState
setState
Output only. State information of the MetadataStore.
$this
getDataplexConfig
Optional. Dataplex integration settings.
hasDataplexConfig
clearDataplexConfig
setDataplexConfig
Optional. Dataplex integration settings.
$this

