Google Cloud Ai Platform V1 Client - Class NasTrialDetail (0.17.0)

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

Represents a NasTrial details along with it's parameters. If there is a corresponding train NasTrial, the train NasTrial is also returned.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Output only. Resource name of the NasTrialDetail.

↳ parameters string

The parameters for the NasJob NasTrial.

↳ search_trial Google\Cloud\AIPlatform\V1\NasTrial

The requested search NasTrial.

↳ train_trial Google\Cloud\AIPlatform\V1\NasTrial

The train NasTrial corresponding to search_trial. Only populated if search_trial is used for training.

getName

Output only. Resource name of the NasTrialDetail.

Returns
TypeDescription
string

setName

Output only. Resource name of the NasTrialDetail.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getParameters

The parameters for the NasJob NasTrial.

Returns
TypeDescription
string

setParameters

The parameters for the NasJob NasTrial.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getSearchTrial

The requested search NasTrial.

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

hasSearchTrial

clearSearchTrial

setSearchTrial

The requested search NasTrial.

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

getTrainTrial

The train NasTrial corresponding to search_trial.

Only populated if search_trial is used for training.

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

hasTrainTrial

clearTrainTrial

setTrainTrial

The train NasTrial corresponding to search_trial.

Only populated if search_trial is used for training.

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