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

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

Represents a uCAIP NasJob trial.

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

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ id string

Output only. The identifier of the NasTrial assigned by the service.

↳ state int

Output only. The detailed state of the NasTrial.

↳ final_measurement Google\Cloud\AIPlatform\V1\Measurement

Output only. The final measurement containing the objective value.

↳ start_time Google\Protobuf\Timestamp

Output only. Time when the NasTrial was started.

↳ end_time Google\Protobuf\Timestamp

Output only. Time when the NasTrial's status changed to SUCCEEDED or INFEASIBLE.

getId

Output only. The identifier of the NasTrial assigned by the service.

Returns
TypeDescription
string

setId

Output only. The identifier of the NasTrial assigned by the service.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getState

Output only. The detailed state of the NasTrial.

Returns
TypeDescription
int

setState

Output only. The detailed state of the NasTrial.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getFinalMeasurement

Output only. The final measurement containing the objective value.

Returns
TypeDescription
Google\Cloud\AIPlatform\V1\Measurement|null

hasFinalMeasurement

clearFinalMeasurement

setFinalMeasurement

Output only. The final measurement containing the objective value.

Parameter
NameDescription
var Google\Cloud\AIPlatform\V1\Measurement
Returns
TypeDescription
$this

getStartTime

Output only. Time when the NasTrial was started.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasStartTime

clearStartTime

setStartTime

Output only. Time when the NasTrial was started.

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

getEndTime

Output only. Time when the NasTrial's status changed to SUCCEEDED or INFEASIBLE.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasEndTime

clearEndTime

setEndTime

Output only. Time when the NasTrial's status changed to SUCCEEDED or INFEASIBLE.

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