Class ListStudiesResponse (1.1.1)

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

Response message for VizierService.ListStudies .

Attributes

Name Description
studies Sequence[ google.cloud.aiplatform_v1beta1.types.Study ]
The studies associated with the project.
next_page_token str
Passes this token as the ``page_token`` field of the request for a subsequent call. If this field is omitted, there are no subsequent pages.

Inheritance

builtins.object > proto.message.Message > ListStudiesResponse