Class NasTrialDetail (1.26.1)

  NasTrialDetail 
 ( 
 mapping 
 = 
 None 
 , 
 * 
 , 
 ignore_unknown_fields 
 = 
 False 
 , 
 ** 
 kwargs 
 ) 
 

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

Attributes

Name
Description
name
str
Output only. Resource name of the NasTrialDetail.
parameters
str
The parameters for the NasJob NasTrial.
search_trial
google.cloud.aiplatform_v1.types.NasTrial
The requested search NasTrial.
train_trial
google.cloud.aiplatform_v1.types.NasTrial
The train NasTrial corresponding to search_trial . Only populated if search_trial is used for training.

Inheritance

builtins.object > proto.message.Message > NasTrialDetail