Cloud AutoML V1beta1 Client - Class ListModelEvaluationsResponse (1.6.3)

Reference documentation and code samples for the Cloud AutoML V1beta1 Client class ListModelEvaluationsResponse.

Response message for AutoMl.ListModelEvaluations.

Generated from protobuf message google.cloud.automl.v1beta1.ListModelEvaluationsResponse

Namespace

Google \ Cloud \ AutoMl \ V1beta1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ model_evaluation array<Google\Cloud\AutoMl\V1beta1\ModelEvaluation>

List of model evaluations in the requested page.

↳ next_page_token string

A token to retrieve next page of results. Pass to the ListModelEvaluationsRequest.page_token field of a new AutoMl.ListModelEvaluations request to obtain that page.

getModelEvaluation

List of model evaluations in the requested page.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setModelEvaluation

List of model evaluations in the requested page.

Parameter
Name Description
var array<Google\Cloud\AutoMl\V1beta1\ModelEvaluation>
Returns
Type Description
$this

getNextPageToken

A token to retrieve next page of results.

Pass to the ListModelEvaluationsRequest.page_token field of a new AutoMl.ListModelEvaluations request to obtain that page.

Returns
Type Description
string

setNextPageToken

A token to retrieve next page of results.

Pass to the ListModelEvaluationsRequest.page_token field of a new AutoMl.ListModelEvaluations request to obtain that page.

Parameter
Name Description
var string
Returns
Type Description
$this