Class: Google::Cloud::AIPlatform::V1::ListMetadataStoresResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListMetadataStoresResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/metadata_service.rb
Overview
Response message for MetadataService.ListMetadataStores.
Instance Attribute Summary collapse
-
#metadata_stores ⇒ ::Array<::Google::Cloud::AIPlatform::V1::MetadataStore>
The MetadataStores found for the Location.
-
#next_page_token ⇒ ::String
A token, which can be sent as ListMetadataStoresRequest.page_token to retrieve the next page.
Instance Attribute Details
#metadata_stores ⇒ ::Array<::Google::Cloud::AIPlatform::V1::MetadataStore>
Returns The MetadataStores found for the Location.
108 109 110 111 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 108 class ListMetadataStoresResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token, which can be sent as ListMetadataStoresRequest.page_token to retrieve the next page. If this field is not populated, there are no subsequent pages.
108 109 110 111 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 108 class ListMetadataStoresResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |