Class: Google::Cloud::AIPlatform::V1::ListMetadataSchemasResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListMetadataSchemasResponse
- 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
-
#metadata_schemas ⇒ ::Array<::Google::Cloud::AIPlatform::V1::MetadataSchema>
The MetadataSchemas found for the MetadataStore.
-
#next_page_token ⇒ ::String
A token, which can be sent as ListMetadataSchemasRequest.page_token to retrieve the next page.
Instance Attribute Details
#metadata_schemas ⇒ ::Array<::Google::Cloud::AIPlatform::V1::MetadataSchema>
Returns The MetadataSchemas found for the MetadataStore.
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.
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 |