Class ListCustomJobsResponse (1.18.3)

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

Response message for JobService.ListCustomJobs

Attributes

NameDescription
custom_jobs Sequence[google.cloud.aiplatform_v1.types.CustomJob]
List of CustomJobs in the requested page.
next_page_token str
A token to retrieve the next page of results. Pass to ListCustomJobsRequest.page_token to obtain that page.

Inheritance

builtins.object > proto.message.Message > ListCustomJobsResponse