Google Cloud Ai Platform V1 Client - Class ListHyperparameterTuningJobsResponse (0.30.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
NameDescription
data array

Optional. Data for populating the Message object.

↳ hyperparameter_tuning_jobs array<Google\Cloud\AIPlatform\V1\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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setHyperparameterTuningJobs

List of HyperparameterTuningJobs in the requested page.

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

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

getNextPageToken

A token to retrieve the next page of results.

Pass to ListHyperparameterTuningJobsRequest.page_token to obtain that page.

Returns
TypeDescription
string

setNextPageToken

A token to retrieve the next page of results.

Pass to ListHyperparameterTuningJobsRequest.page_token to obtain that page.

Parameter
NameDescription
var string
Returns
TypeDescription
$this