Class NasJobSpec (1.36.4)

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

Attributes

Name
Description
multi_trial_algorithm_spec
google.cloud.aiplatform_v1.types.NasJobSpec.MultiTrialAlgorithmSpec
The spec of multi-trial algorithms. This field is a member of oneof _ nas_algorithm_spec .
resume_nas_job_id
str
The ID of the existing NasJob in the same Project and Location which will be used to resume search. search_space_spec and nas_algorithm_spec are obtained from previous NasJob hence should not provide them again for this NasJob.
search_space_spec
str
It defines the search space for Neural Architecture Search (NAS).

Classes

MultiTrialAlgorithmSpec

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

The spec of multi-trial Neural Architecture Search (NAS).

Methods

NasJobSpec

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