Class ListTrialsResponse (1.20.0)

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

Response message for VizierService.ListTrials .

Attributes

Name Description
trials Sequence[ google.cloud.aiplatform_v1beta1.types.Trial ]
The Trials associated with the Study.
next_page_token str
Pass 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 > ListTrialsResponse