public sealed class GetMetadataStoreRequest : IMessage<GetMetadataStoreRequest>, IEquatable<GetMetadataStoreRequest>, IDeepCloneable<GetMetadataStoreRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class GetMetadataStoreRequest.
Request message for [MetadataService.GetMetadataStore][google.cloud.aiplatform.v1beta1.MetadataService.GetMetadataStore].
Implements
IMessageGetMetadataStoreRequest, IEquatableGetMetadataStoreRequest, IDeepCloneableGetMetadataStoreRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
GetMetadataStoreRequest()
public GetMetadataStoreRequest()
GetMetadataStoreRequest(GetMetadataStoreRequest)
public GetMetadataStoreRequest(GetMetadataStoreRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetMetadataStoreRequest |
Properties
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; }
Required. The resource name of the MetadataStore to retrieve.
Format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}
Property Value | |
---|---|
Type | Description |
string |