public sealed class GetMetadataSchemaRequest : IMessage<GetMetadataSchemaRequest>, IEquatable<GetMetadataSchemaRequest>, IDeepCloneable<GetMetadataSchemaRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class GetMetadataSchemaRequest.
Request message for [MetadataService.GetMetadataSchema][google.cloud.aiplatform.v1beta1.MetadataService.GetMetadataSchema].
Implements
IMessageGetMetadataSchemaRequest, IEquatableGetMetadataSchemaRequest, IDeepCloneableGetMetadataSchemaRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
GetMetadataSchemaRequest()
public GetMetadataSchemaRequest()
GetMetadataSchemaRequest(GetMetadataSchemaRequest)
public GetMetadataSchemaRequest(GetMetadataSchemaRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetMetadataSchemaRequest |
Properties
MetadataSchemaName
public MetadataSchemaName MetadataSchemaName { get; set; }
MetadataSchemaName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
MetadataSchemaName |
Name
public string Name { get; set; }
Required. The resource name of the MetadataSchema to retrieve.
Format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}/metadataSchemas/{metadataschema}
Property Value | |
---|---|
Type | Description |
string |