Class: Google::Cloud::AIPlatform::V1::ListMetadataSchemasResponse

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

Response message for MetadataService.ListMetadataSchemas.

Instance Attribute Summary collapse

Instance Attribute Details

#metadata_schemas::Array<::Google::Cloud::AIPlatform::V1::MetadataSchema>

Returns The MetadataSchemas found for the MetadataStore.

Returns:



966
967
968
969
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 966

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

#next_page_token::String

Returns A token, which can be sent as ListMetadataSchemasRequest.page_token to retrieve the next page. If this field is not populated, there are no subsequent pages.

Returns:



966
967
968
969
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 966

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