| 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.ParentHyperParameterTuningJob
Description
Documentation
data ParentHyperParameterTuningJob Source #
A previously completed or stopped hyperparameter tuning job to be used as a starting point for a new hyperparameter tuning job.
See: newParentHyperParameterTuningJob smart constructor.
Constructors
| ParentHyperParameterTuningJob' | |
Fields
| |
Instances
newParentHyperParameterTuningJob :: ParentHyperParameterTuningJob Source #
Create a value of ParentHyperParameterTuningJob 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:hyperParameterTuningJobName:ParentHyperParameterTuningJob', parentHyperParameterTuningJob_hyperParameterTuningJobName - The name of the hyperparameter tuning job to be used as a starting point
for a new hyperparameter tuning job.
parentHyperParameterTuningJob_hyperParameterTuningJobName :: Lens' ParentHyperParameterTuningJob (Maybe Text) Source #
The name of the hyperparameter tuning job to be used as a starting point for a new hyperparameter tuning job.