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
949 950 951 952 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 949 class ListMetadataSchemasRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
949 950 951 952 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 949 class ListMetadataSchemasRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
949 950 951 952 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 949 class ListMetadataSchemasRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
949 950 951 952 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 949 class ListMetadataSchemasRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |