Class: Google::Cloud::AIPlatform::V1::ListContextsResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#contexts::Array<::Google::Cloud::AIPlatform::V1::Context>

Returns The Contexts retrieved from the MetadataStore.

Returns:



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.

Returns:

  • (::String)

    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