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 |
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.
StopHyperParameterTuningJob' | |
|
Instances
newStopHyperParameterTuningJob Source #
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:
$sel:hyperParameterTuningJobName: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.
Instances
Eq StopHyperParameterTuningJobResponse Source # | |
Read StopHyperParameterTuningJobResponse Source # | |
Show StopHyperParameterTuningJobResponse Source # | |
Generic StopHyperParameterTuningJobResponse Source # | |
NFData StopHyperParameterTuningJobResponse Source # | |
Defined in Amazonka.SageMaker.StopHyperParameterTuningJob rnf :: StopHyperParameterTuningJobResponse -> () # | |
type Rep StopHyperParameterTuningJobResponse Source # | |
Defined in Amazonka.SageMaker.StopHyperParameterTuningJob type Rep StopHyperParameterTuningJobResponse = D1 ('MetaData "StopHyperParameterTuningJobResponse" "Amazonka.SageMaker.StopHyperParameterTuningJob" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "StopHyperParameterTuningJobResponse'" 'PrefixI 'False) (U1 :: Type -> Type)) |
newStopHyperParameterTuningJobResponse :: StopHyperParameterTuningJobResponse Source #
Create a value of StopHyperParameterTuningJobResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.