Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class ListNasJobsResponse.
Response message for JobService.ListNasJobs
Generated from protobuf message google.cloud.aiplatform.v1.ListNasJobsResponse
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ nas_jobs
array< NasJob
>
List of NasJobs in the requested page. NasJob.nas_job_output of the jobs will not be returned.
↳ next_page_token
string
A token to retrieve the next page of results. Pass to ListNasJobsRequest.page_token to obtain that page.
getNasJobs
List of NasJobs in the requested page.
NasJob.nas_job_output of the jobs will not be returned.
setNasJobs
List of NasJobs in the requested page.
NasJob.nas_job_output of the jobs will not be returned.
$this
getNextPageToken
A token to retrieve the next page of results.
Pass to ListNasJobsRequest.page_token to obtain that page.
string
setNextPageToken
A token to retrieve the next page of results.
Pass to ListNasJobsRequest.page_token to obtain that page.
var
string
$this

