Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data AutoMLJobCompletionCriteria = AutoMLJobCompletionCriteria' {}
- newAutoMLJobCompletionCriteria :: AutoMLJobCompletionCriteria
- autoMLJobCompletionCriteria_maxCandidates :: Lens' AutoMLJobCompletionCriteria (Maybe Natural)
- autoMLJobCompletionCriteria_maxRuntimePerTrainingJobInSeconds :: Lens' AutoMLJobCompletionCriteria (Maybe Natural)
- autoMLJobCompletionCriteria_maxAutoMLJobRuntimeInSeconds :: Lens' AutoMLJobCompletionCriteria (Maybe Natural)
Documentation
data AutoMLJobCompletionCriteria Source #
How long a job is allowed to run, or how many candidates a job is allowed to generate.
See: newAutoMLJobCompletionCriteria
smart constructor.
AutoMLJobCompletionCriteria' | |
|
Instances
newAutoMLJobCompletionCriteria :: AutoMLJobCompletionCriteria Source #
Create a value of AutoMLJobCompletionCriteria
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:maxCandidates:AutoMLJobCompletionCriteria'
, autoMLJobCompletionCriteria_maxCandidates
- The maximum number of times a training job is allowed to run.
$sel:maxRuntimePerTrainingJobInSeconds:AutoMLJobCompletionCriteria'
, autoMLJobCompletionCriteria_maxRuntimePerTrainingJobInSeconds
- The maximum time, in seconds, that each training job is allowed to run
as part of a hyperparameter tuning job. For more information, see the
used by the action.
$sel:maxAutoMLJobRuntimeInSeconds:AutoMLJobCompletionCriteria'
, autoMLJobCompletionCriteria_maxAutoMLJobRuntimeInSeconds
- The maximum runtime, in seconds, an AutoML job has to complete.
If an AutoML job exceeds the maximum runtime, the job is stopped automatically and its processing is ended gracefully. The AutoML job identifies the best model whose training was completed and marks it as the best-performing model. Any unfinished steps of the job, such as automatic one-click Autopilot model deployment, will not be completed.
autoMLJobCompletionCriteria_maxCandidates :: Lens' AutoMLJobCompletionCriteria (Maybe Natural) Source #
The maximum number of times a training job is allowed to run.
autoMLJobCompletionCriteria_maxRuntimePerTrainingJobInSeconds :: Lens' AutoMLJobCompletionCriteria (Maybe Natural) Source #
The maximum time, in seconds, that each training job is allowed to run as part of a hyperparameter tuning job. For more information, see the used by the action.
autoMLJobCompletionCriteria_maxAutoMLJobRuntimeInSeconds :: Lens' AutoMLJobCompletionCriteria (Maybe Natural) Source #
The maximum runtime, in seconds, an AutoML job has to complete.
If an AutoML job exceeds the maximum runtime, the job is stopped automatically and its processing is ended gracefully. The AutoML job identifies the best model whose training was completed and marks it as the best-performing model. Any unfinished steps of the job, such as automatic one-click Autopilot model deployment, will not be completed.