Class ListNasJobsResponse (1.24.1)

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

Response message for JobService.ListNasJobs

Attributes

NameDescription
nas_jobs MutableSequence[google.cloud.aiplatform_v1.types.NasJob]
List of NasJobs in the requested page. NasJob.nas_job_output of the jobs will not be returned.
next_page_token str
A token to retrieve the next page of results. Pass to ListNasJobsRequest.page_token to obtain that page.

Inheritance

builtins.object > proto.message.Message > ListNasJobsResponse