View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1NasJobSpec (google_api_ai_platform v0.13.0)
Represents the spec of a NasJob.
Attributes
-
multiTrialAlgorithmSpec
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1NasJobSpecMultiTrialAlgorithmSpec.t
, default:nil
) - The spec of multi-trial algorithms. -
resumeNasJobId
(type:String.t
, default:nil
) - 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. -
searchSpaceSpec
(type:String.t
, default:nil
) - It defines the search space for Neural Architecture Search (NAS).
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1NasJobSpec{ multiTrialAlgorithmSpec: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1NasJobSpecMultiTrialAlgorithmSpec.t() | nil, resumeNasJobId: String.t() | nil, searchSpaceSpec: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.