Cloud AI Platform v1 API - Class GetMetadataStoreRequest (2.27.0)

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

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

Request message for [MetadataService.GetMetadataStore][google.cloud.aiplatform.v1.MetadataService.GetMetadataStore].

Inheritance

object > GetMetadataStoreRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

GetMetadataStoreRequest()

public GetMetadataStoreRequest()

GetMetadataStoreRequest(GetMetadataStoreRequest)

public GetMetadataStoreRequest(GetMetadataStoreRequest other)
Parameter
NameDescription
otherGetMetadataStoreRequest

Properties

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; }

Required. The resource name of the MetadataStore to retrieve. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}

Property Value
TypeDescription
string