Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class NasTrialDetail.
Represents a NasTrial details along with its parameters. If there is a corresponding train NasTrial, the train NasTrial is also returned.
Generated from protobuf message google.cloud.aiplatform.v1.NasTrialDetail
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
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
↳ train_trial
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.
string
setName
Output only. Resource name of the NasTrialDetail.
var
string
$this
getParameters
The parameters for the NasJob NasTrial.
string
setParameters
The parameters for the NasJob NasTrial.
var
string
$this
getSearchTrial
The requested search NasTrial.
hasSearchTrial
clearSearchTrial
setSearchTrial
The requested search NasTrial.
$this
getTrainTrial
The train NasTrial corresponding to search_trial .
Only populated if search_trial is used for training.
hasTrainTrial
clearTrainTrial
setTrainTrial
The train NasTrial corresponding to search_trial .
Only populated if search_trial is used for training.
$this

