Google Cloud Ai Platform V1 Client - Class ListNasJobsResponse (0.29.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ nas_jobs array<Google\Cloud\AIPlatform\V1\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.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setNasJobs

List of NasJobs in the requested page.

NasJob.nas_job_output of the jobs will not be returned.

Parameter
NameDescription
var array<Google\Cloud\AIPlatform\V1\NasJob>
Returns
TypeDescription
$this

getNextPageToken

A token to retrieve the next page of results.

Pass to ListNasJobsRequest.page_token to obtain that page.

Returns
TypeDescription
string

setNextPageToken

A token to retrieve the next page of results.

Pass to ListNasJobsRequest.page_token to obtain that page.

Parameter
NameDescription
var string
Returns
TypeDescription
$this