Cloud AI Platform v1 API - Class GetMetadataSchemaRequest (2.27.0)

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

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

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

Inheritance

object > GetMetadataSchemaRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

GetMetadataSchemaRequest()

public GetMetadataSchemaRequest()

GetMetadataSchemaRequest(GetMetadataSchemaRequest)

public GetMetadataSchemaRequest(GetMetadataSchemaRequest other)
Parameter
NameDescription
otherGetMetadataSchemaRequest

Properties

MetadataSchemaName

public MetadataSchemaName MetadataSchemaName { get; set; }

MetadataSchemaName-typed view over the Name resource name property.

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