Google Cloud Ai Platform V1 Client - Class SuggestTrialsResponse (0.29.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
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setTrials

A list of Trials.

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

getStudyState

The state of the Study.

Returns
TypeDescription
int

setStudyState

The state of the Study.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getStartTime

The time at which the operation was started.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasStartTime

clearStartTime

setStartTime

The time at which the operation was started.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getEndTime

The time at which operation processing completed.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasEndTime

clearEndTime

setEndTime

The time at which operation processing completed.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this