Class: Google::Cloud::AIPlatform::V1::ListMetadataSchemasRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListMetadataSchemasRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/metadata_service.rb
Overview
Request message for MetadataService.ListMetadataSchemas.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
A query to filter available MetadataSchemas for matching results.
-
#page_size ⇒ ::Integer
The maximum number of MetadataSchemas to return.
-
#page_token ⇒ ::String
A page token, received from a previous MetadataService.ListMetadataSchemas call.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns A query to filter available MetadataSchemas for matching results.
943 944 945 946 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 943 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.
943 944 945 946 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 943 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.).
943 944 945 946 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 943 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}.
943 944 945 946 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 943 class ListMetadataSchemasRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |