Class: Google::Cloud::AIPlatform::V1::GetMetadataSchemaRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/metadata_service.rb

Overview

Request message for MetadataService.GetMetadataSchema.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

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

Returns:

  • (::String)

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



921
922
923
924
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 921

class GetMetadataSchemaRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end