Class ListTrialsResponse (1.18.0)

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

Response message for VizierService.ListTrials.

Attributes

NameDescription
trials Sequence[google.cloud.aiplatform_v1.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