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.StopCompilationJob

Description

Stops a model compilation job.

To stop a job, Amazon SageMaker sends the algorithm the SIGTERM signal. This gracefully shuts the job down. If the job hasn't stopped, it sends the SIGKILL signal.

When it receives a StopCompilationJob request, Amazon SageMaker changes the CompilationJobSummary$CompilationJobStatus of the job to Stopping. After Amazon SageMaker stops the job, it sets the CompilationJobSummary$CompilationJobStatus to Stopped.

Synopsis

Creating a Request

data StopCompilationJob Source #

See: newStopCompilationJob smart constructor.

Constructors

StopCompilationJob' 

Fields

Instances

Instances details
Eq StopCompilationJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopCompilationJob

Read StopCompilationJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopCompilationJob

Show StopCompilationJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopCompilationJob

Generic StopCompilationJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopCompilationJob

Associated Types

type Rep StopCompilationJob :: Type -> Type #

NFData StopCompilationJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopCompilationJob

Methods

rnf :: StopCompilationJob -> () #

Hashable StopCompilationJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopCompilationJob

ToJSON StopCompilationJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopCompilationJob

AWSRequest StopCompilationJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopCompilationJob

Associated Types

type AWSResponse StopCompilationJob #

ToHeaders StopCompilationJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopCompilationJob

ToPath StopCompilationJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopCompilationJob

ToQuery StopCompilationJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopCompilationJob

type Rep StopCompilationJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopCompilationJob

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

Defined in Amazonka.SageMaker.StopCompilationJob

newStopCompilationJob Source #

Create a value of StopCompilationJob 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:compilationJobName:StopCompilationJob', stopCompilationJob_compilationJobName - The name of the model compilation job to stop.

Request Lenses

stopCompilationJob_compilationJobName :: Lens' StopCompilationJob Text Source #

The name of the model compilation job to stop.

Destructuring the Response

data StopCompilationJobResponse Source #

See: newStopCompilationJobResponse smart constructor.

Instances

Instances details
Eq StopCompilationJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopCompilationJob

Read StopCompilationJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopCompilationJob

Show StopCompilationJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopCompilationJob

Generic StopCompilationJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopCompilationJob

Associated Types

type Rep StopCompilationJobResponse :: Type -> Type #

NFData StopCompilationJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopCompilationJob

type Rep StopCompilationJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopCompilationJob

type Rep StopCompilationJobResponse = D1 ('MetaData "StopCompilationJobResponse" "Amazonka.SageMaker.StopCompilationJob" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "StopCompilationJobResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newStopCompilationJobResponse :: StopCompilationJobResponse Source #

Create a value of StopCompilationJobResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.