View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1NasJobSpecMultiTrialAlgorithmSpecSearchTrialSpec (google_api_ai_platform v0.13.0)
Represent spec for search trials.
Attributes
-
maxFailedTrialCount
(type:integer()
, default:nil
) - The number of failed trials that need to be seen before failing the NasJob. If set to 0, Vertex AI decides how many trials must fail before the whole job fails. -
maxParallelTrialCount
(type:integer()
, default:nil
) - Required. The maximum number of trials to run in parallel. -
maxTrialCount
(type:integer()
, default:nil
) - Required. The maximum number of Neural Architecture Search (NAS) trials to run. -
searchTrialJobSpec
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1CustomJobSpec.t
, default:nil
) - Required. The spec of a search trial job. The same spec applies to all search trials.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1NasJobSpecMultiTrialAlgorithmSpecSearchTrialSpec{ maxFailedTrialCount: integer() | nil, maxParallelTrialCount: integer() | nil, maxTrialCount: integer() | nil, searchTrialJobSpec: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1CustomJobSpec.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.