Google Cloud Ai Platform V1 Client - Class ListHyperparameterTuningJobsResponse (1.54.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class ListHyperparameterTuningJobsResponse.

Response message for JobService.ListHyperparameterTuningJobs

Generated from protobuf message google.cloud.aiplatform.v1.ListHyperparameterTuningJobsResponse

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ hyperparameter_tuning_jobs array<HyperparameterTuningJob>

List of HyperparameterTuningJobs in the requested page. HyperparameterTuningJob.trials of the jobs will be not be returned.

↳ next_page_token string

A token to retrieve the next page of results. Pass to ListHyperparameterTuningJobsRequest.page_token to obtain that page.

getHyperparameterTuningJobs

List of HyperparameterTuningJobs in the requested page.

HyperparameterTuningJob.trials of the jobs will be not be returned.

Returns
Type Description
Google\Protobuf\RepeatedField<HyperparameterTuningJob>

setHyperparameterTuningJobs

List of HyperparameterTuningJobs in the requested page.

HyperparameterTuningJob.trials of the jobs will be not be returned.

Parameter
Name Description
var array<HyperparameterTuningJob>
Returns
Type Description
$this

getNextPageToken

A token to retrieve the next page of results.

Pass to ListHyperparameterTuningJobsRequest.page_token to obtain that page.

Returns
Type Description
string

setNextPageToken

A token to retrieve the next page of results.

Pass to ListHyperparameterTuningJobsRequest.page_token to obtain that page.

Parameter
Name Description
var string
Returns
Type Description
$this