Class ListStudiesResponse (1.5.0)

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

Response message for VizierService.ListStudies.

Attributes

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