amazonka-sagemaker-2.0: Amazon SageMaker Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

Creating a Request

data StopHyperParameterTuningJob Source #

See: newStopHyperParameterTuningJob smart constructor.

Constructors

StopHyperParameterTuningJob' 

Fields

Instances

Instances details
ToJSON StopHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopHyperParameterTuningJob

ToHeaders StopHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopHyperParameterTuningJob

ToPath StopHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopHyperParameterTuningJob

ToQuery StopHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopHyperParameterTuningJob

AWSRequest StopHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopHyperParameterTuningJob

Generic StopHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopHyperParameterTuningJob

Associated Types

type Rep StopHyperParameterTuningJob :: Type -> Type #

Read StopHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopHyperParameterTuningJob

Show StopHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopHyperParameterTuningJob

NFData StopHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopHyperParameterTuningJob

Eq StopHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopHyperParameterTuningJob

Hashable StopHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopHyperParameterTuningJob

type AWSResponse StopHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopHyperParameterTuningJob

type Rep StopHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopHyperParameterTuningJob

type Rep StopHyperParameterTuningJob = D1 ('MetaData "StopHyperParameterTuningJob" "Amazonka.SageMaker.StopHyperParameterTuningJob" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "StopHyperParameterTuningJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "hyperParameterTuningJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

StopHyperParameterTuningJob, stopHyperParameterTuningJob_hyperParameterTuningJobName - The name of the tuning job to stop.

Request Lenses

Destructuring the Response

data StopHyperParameterTuningJobResponse Source #

Instances

Instances details
Generic StopHyperParameterTuningJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopHyperParameterTuningJob

Read StopHyperParameterTuningJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopHyperParameterTuningJob

Show StopHyperParameterTuningJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopHyperParameterTuningJob

NFData StopHyperParameterTuningJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopHyperParameterTuningJob

Eq StopHyperParameterTuningJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopHyperParameterTuningJob

type Rep StopHyperParameterTuningJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopHyperParameterTuningJob

type Rep StopHyperParameterTuningJobResponse = D1 ('MetaData "StopHyperParameterTuningJobResponse" "Amazonka.SageMaker.StopHyperParameterTuningJob" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" '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.