| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.SageMaker.Types.TrainingJobStatusCounters
Description
Synopsis
- data TrainingJobStatusCounters = TrainingJobStatusCounters' {}
- newTrainingJobStatusCounters :: TrainingJobStatusCounters
- trainingJobStatusCounters_completed :: Lens' TrainingJobStatusCounters (Maybe Natural)
- trainingJobStatusCounters_inProgress :: Lens' TrainingJobStatusCounters (Maybe Natural)
- trainingJobStatusCounters_nonRetryableError :: Lens' TrainingJobStatusCounters (Maybe Natural)
- trainingJobStatusCounters_retryableError :: Lens' TrainingJobStatusCounters (Maybe Natural)
- trainingJobStatusCounters_stopped :: Lens' TrainingJobStatusCounters (Maybe Natural)
Documentation
data TrainingJobStatusCounters Source #
The numbers of training jobs launched by a hyperparameter tuning job, categorized by status.
See: newTrainingJobStatusCounters smart constructor.
Constructors
| TrainingJobStatusCounters' | |
| Fields 
 | |
Instances
newTrainingJobStatusCounters :: TrainingJobStatusCounters Source #
Create a value of TrainingJobStatusCounters 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:completed:TrainingJobStatusCounters', trainingJobStatusCounters_completed - The number of completed training jobs launched by the hyperparameter
 tuning job.
$sel:inProgress:TrainingJobStatusCounters', trainingJobStatusCounters_inProgress - The number of in-progress training jobs launched by a hyperparameter
 tuning job.
$sel:nonRetryableError:TrainingJobStatusCounters', trainingJobStatusCounters_nonRetryableError - The number of training jobs that failed and can't be retried. A failed
 training job can't be retried if it failed because a client error
 occurred.
$sel:retryableError:TrainingJobStatusCounters', trainingJobStatusCounters_retryableError - The number of training jobs that failed, but can be retried. A failed
 training job can be retried only if it failed because an internal
 service error occurred.
$sel:stopped:TrainingJobStatusCounters', trainingJobStatusCounters_stopped - The number of training jobs launched by a hyperparameter tuning job that
 were manually stopped.
trainingJobStatusCounters_completed :: Lens' TrainingJobStatusCounters (Maybe Natural) Source #
The number of completed training jobs launched by the hyperparameter tuning job.
trainingJobStatusCounters_inProgress :: Lens' TrainingJobStatusCounters (Maybe Natural) Source #
The number of in-progress training jobs launched by a hyperparameter tuning job.
trainingJobStatusCounters_nonRetryableError :: Lens' TrainingJobStatusCounters (Maybe Natural) Source #
The number of training jobs that failed and can't be retried. A failed training job can't be retried if it failed because a client error occurred.
trainingJobStatusCounters_retryableError :: Lens' TrainingJobStatusCounters (Maybe Natural) Source #
The number of training jobs that failed, but can be retried. A failed training job can be retried only if it failed because an internal service error occurred.
trainingJobStatusCounters_stopped :: Lens' TrainingJobStatusCounters (Maybe Natural) Source #
The number of training jobs launched by a hyperparameter tuning job that were manually stopped.