public sealed class MetadataStore : IMessage<MetadataStore>, IEquatable<MetadataStore>, IDeepCloneable<MetadataStore>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class MetadataStore.
Instance of a metadata store. Contains a set of metadata that can be queried.
Implements
IMessageMetadataStore, IEquatableMetadataStore, IDeepCloneableMetadataStore, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
MetadataStore()
public MetadataStore()MetadataStore(MetadataStore)
public MetadataStore(MetadataStore other)| Parameter | |
|---|---|
| Name | Description |
other |
MetadataStore |
Properties
CreateTime
public Timestamp CreateTime { get; set; }Output only. Timestamp when this MetadataStore was created.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
DataplexConfig
public MetadataStore.Types.DataplexConfig DataplexConfig { get; set; }Optional. Dataplex integration settings.
| Property Value | |
|---|---|
| Type | Description |
MetadataStoreTypesDataplexConfig |
|
Description
public string Description { get; set; }Description of the MetadataStore.
| Property Value | |
|---|---|
| Type | Description |
string |
|
EncryptionSpec
public EncryptionSpec EncryptionSpec { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
EncryptionSpec |
|
MetadataStoreName
public MetadataStoreName MetadataStoreName { get; set; }MetadataStoreName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
MetadataStoreName |
|
Name
public string Name { get; set; }Output only. The resource name of the MetadataStore instance.
| Property Value | |
|---|---|
| Type | Description |
string |
|
State
public MetadataStore.Types.MetadataStoreState State { get; set; }Output only. State information of the MetadataStore.
| Property Value | |
|---|---|
| Type | Description |
MetadataStoreTypesMetadataStoreState |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Output only. Timestamp when this MetadataStore was last updated.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|