Class: Google::Cloud::AIPlatform::V1::ListMetadataSchemasRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns A query to filter available MetadataSchemas for matching results.

Returns:

  • (::String)

    A query to filter available MetadataSchemas for matching results.



950
951
952
953
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 950

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

#page_size::Integer

Returns The maximum number of MetadataSchemas to return. The service may return fewer. Must be in range 1-1000, inclusive. Defaults to 100.

Returns:

  • (::Integer)

    The maximum number of MetadataSchemas to return. The service may return fewer. Must be in range 1-1000, inclusive. Defaults to 100.



950
951
952
953
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 950

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

#page_token::String

Returns A page token, received from a previous MetadataService.ListMetadataSchemas call. Provide this to retrieve the next page.

When paginating, all other provided parameters must match the call that provided the page token. (Otherwise the request will fail with INVALID_ARGUMENT error.).

Returns:

  • (::String)

    A page token, received from a previous MetadataService.ListMetadataSchemas call. Provide this to retrieve the next page.

    When paginating, all other provided parameters must match the call that provided the page token. (Otherwise the request will fail with INVALID_ARGUMENT error.)



950
951
952
953
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 950

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

#parent::String

Returns Required. The MetadataStore whose MetadataSchemas should be listed. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}.

Returns:

  • (::String)

    Required. The MetadataStore whose MetadataSchemas should be listed. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}



950
951
952
953
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 950

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