libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq StopHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopHyperParameterTuningJob

Read StopHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopHyperParameterTuningJob

Show 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 #

NFData StopHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopHyperParameterTuningJob

Hashable StopHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopHyperParameterTuningJob

ToJSON StopHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopHyperParameterTuningJob

AWSRequest 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

type Rep StopHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopHyperParameterTuningJob

type Rep StopHyperParameterTuningJob = D1 ('MetaData "StopHyperParameterTuningJob" "Amazonka.SageMaker.StopHyperParameterTuningJob" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "StopHyperParameterTuningJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "hyperParameterTuningJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse StopHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopHyperParameterTuningJob

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

Destructuring the Response

data StopHyperParameterTuningJobResponse Source #

Instances

Instances details
Eq 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

Generic StopHyperParameterTuningJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopHyperParameterTuningJob

NFData 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" "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.