Class MultiTrialJobOutput (1.35.0)

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

The output of a multi-trial Neural Architecture Search (NAS) jobs.

Attributes

Name
Description
search_trials
MutableSequence[ google.cloud.aiplatform_v1beta1.types.NasTrial ]
Output only. List of NasTrials that were started as part of search stage.
train_trials
MutableSequence[ google.cloud.aiplatform_v1beta1.types.NasTrial ]
Output only. List of NasTrials that were started as part of train stage.