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].
Required. The resource name of the MetadataSchema to retrieve.
Format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}/metadataSchemas/{metadataschema}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-31 UTC."],[[["This documentation is for the `GetMetadataSchemaRequest` class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta09."],["`GetMetadataSchemaRequest` is a request message used for the `MetadataService.GetMetadataSchema` method, which retrieves a metadata schema."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class has two constructors, one parameterless and one that takes another `GetMetadataSchemaRequest` object, along with two properties, `MetadataSchemaName`, and `Name`."],["The `Name` property specifies the resource name of the metadata schema to retrieve, using a specific format that includes project, location, metadatastore, and metadataschema."]]],[]]