Google Cloud Datalabeling V1beta1 Client - Class ListEvaluationJobsResponse (0.4.2)

Reference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class ListEvaluationJobsResponse.

Results for listing evaluation jobs.

Generated from protobuf message google.cloud.datalabeling.v1beta1.ListEvaluationJobsResponse

Namespace

Google \ Cloud \ DataLabeling \ V1beta1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ evaluation_jobs array<Google\Cloud\DataLabeling\V1beta1\EvaluationJob>

The list of evaluation jobs to return.

↳ next_page_token string

A token to retrieve next page of results.

getEvaluationJobs

The list of evaluation jobs to return.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setEvaluationJobs

The list of evaluation jobs to return.

Parameter
NameDescription
var array<Google\Cloud\DataLabeling\V1beta1\EvaluationJob>
Returns
TypeDescription
$this

getNextPageToken

A token to retrieve next page of results.

Returns
TypeDescription
string

setNextPageToken

A token to retrieve next page of results.

Parameter
NameDescription
var string
Returns
TypeDescription
$this