Class ListContextsResponse (1.11.0)

  ListContextsResponse 
 ( 
 mapping 
 = 
 None 
 , 
 * 
 , 
 ignore_unknown_fields 
 = 
 False 
 , 
 ** 
 kwargs 
 ) 
 

Response message for MetadataService.ListContexts .

Attributes

Name Description
contexts Sequence[ google.cloud.aiplatform_v1.types.Context ]
The Contexts retrieved from the MetadataStore.
next_page_token str
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.

Inheritance

builtins.object > proto.message.Message > ListContextsResponse