| 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.StopHyperParameterTuningJob
Description
Stops a running hyperparameter tuning job and all running training jobs that the tuning job launched.
All model artifacts output from the training jobs are stored in Amazon
 Simple Storage Service (Amazon S3). All data that the training jobs
 write to Amazon CloudWatch Logs are still available in CloudWatch. After
 the tuning job moves to the Stopped state, it releases all reserved
 resources for the tuning job.
Synopsis
- data StopHyperParameterTuningJob = StopHyperParameterTuningJob' {}
 - newStopHyperParameterTuningJob :: Text -> StopHyperParameterTuningJob
 - stopHyperParameterTuningJob_hyperParameterTuningJobName :: Lens' StopHyperParameterTuningJob Text
 - data StopHyperParameterTuningJobResponse = StopHyperParameterTuningJobResponse' {
 - newStopHyperParameterTuningJobResponse :: StopHyperParameterTuningJobResponse
 
Creating a Request
data StopHyperParameterTuningJob Source #
See: newStopHyperParameterTuningJob smart constructor.
Constructors
| StopHyperParameterTuningJob' | |
Fields 
  | |
Instances
newStopHyperParameterTuningJob Source #
Arguments
| :: Text | |
| -> StopHyperParameterTuningJob | 
Create a value of StopHyperParameterTuningJob 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:
StopHyperParameterTuningJob, stopHyperParameterTuningJob_hyperParameterTuningJobName - The name of the tuning job to stop.
Request Lenses
stopHyperParameterTuningJob_hyperParameterTuningJobName :: Lens' StopHyperParameterTuningJob Text Source #
The name of the tuning job to stop.
Destructuring the Response
data StopHyperParameterTuningJobResponse Source #
See: newStopHyperParameterTuningJobResponse smart constructor.
Constructors
| StopHyperParameterTuningJobResponse' | |
Instances
newStopHyperParameterTuningJobResponse :: StopHyperParameterTuningJobResponse Source #
Create a value of StopHyperParameterTuningJobResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.