Google Cloud Ai Platform V1 Client - Class SuggestTrialsResponse (1.36.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<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<Trial>
Returns
Type Description
$this

getStudyState

The state of the Study.

Returns
Type Description
int Enum of type State.

setStudyState

The state of the Study.

Parameter
Name Description
var int

Enum of type State.

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