Google Cloud Ai Platform V1 Client - Class SuggestTrialsResponse (0.27.0)

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

Response message for VizierService.SuggestTrials.

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

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ trials array<Google\Cloud\AIPlatform\V1\Trial>

A list of Trials.

↳ study_state int

The state of the Study.

↳ start_time Google\Protobuf\Timestamp

The time at which the operation was started.

↳ end_time Google\Protobuf\Timestamp

The time at which operation processing completed.

getTrials

A list of Trials.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setTrials

A list of Trials.

Parameter
Name Description
var array<Google\Cloud\AIPlatform\V1\Trial>
Returns
Type Description
$this

getStudyState

The state of the Study.

Returns
Type Description
int

setStudyState

The state of the Study.

Parameter
Name Description
var int
Returns
Type Description
$this

getStartTime

The time at which the operation was started.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasStartTime

clearStartTime

setStartTime

The time at which the operation was started.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getEndTime

The time at which operation processing completed.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasEndTime

clearEndTime

setEndTime

The time at which operation processing completed.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月08日 UTC.