Cloud AI Platform v1 API - Class MetadataStore (2.27.0)

public sealed class MetadataStore : IMessage<MetadataStore>, IEquatable<MetadataStore>, IDeepCloneable<MetadataStore>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class MetadataStore.

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

Inheritance

object > MetadataStore

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

MetadataStore()

public MetadataStore()

MetadataStore(MetadataStore)

public MetadataStore(MetadataStore other)
Parameter
NameDescription
otherMetadataStore

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. Timestamp when this MetadataStore was created.

Property Value
TypeDescription
Timestamp

Description

public string Description { get; set; }

Description of the MetadataStore.

Property Value
TypeDescription
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
TypeDescription
EncryptionSpec

MetadataStoreName

public MetadataStoreName MetadataStoreName { get; set; }

MetadataStoreName-typed view over the Name resource name property.

Property Value
TypeDescription
MetadataStoreName

Name

public string Name { get; set; }

Output only. The resource name of the MetadataStore instance.

Property Value
TypeDescription
string

State

public MetadataStore.Types.MetadataStoreState State { get; set; }

Output only. State information of the MetadataStore.

Property Value
TypeDescription
MetadataStoreTypesMetadataStoreState

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. Timestamp when this MetadataStore was last updated.

Property Value
TypeDescription
Timestamp