Class: Google::Cloud::AIPlatform::V1::ListContextsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListContextsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/metadata_service.rb
Overview
Response message for MetadataService.ListContexts.
Instance Attribute Summary collapse
-
#contexts ⇒ ::Array<::Google::Cloud::AIPlatform::V1::Context>
The Contexts retrieved from the MetadataStore.
-
#next_page_token ⇒ ::String
A token, which can be sent as ListContextsRequest.page_token to retrieve the next page.
Instance Attribute Details
#contexts ⇒ ::Array<::Google::Cloud::AIPlatform::V1::Context>
Returns The Contexts retrieved from the MetadataStore.
460 461 462 463 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 460 class ListContextsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token, which can be sent as ListContextsRequest.page_token to retrieve the next page. If this field is not populated, there are no subsequent pages.
460 461 462 463 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 460 class ListContextsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |