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

Description

Stops a transform job.

When Amazon SageMaker receives a StopTransformJob request, the status of the job changes to Stopping. After Amazon SageMaker stops the job, the status is set to Stopped. When you stop a transform job before it is completed, Amazon SageMaker doesn't store the job's output in Amazon S3.

Synopsis

Creating a Request

data StopTransformJob Source #

See: newStopTransformJob smart constructor.

Constructors

StopTransformJob' 

Fields

Instances

Instances details
Eq StopTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopTransformJob

Read StopTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopTransformJob

Show StopTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopTransformJob

Generic StopTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopTransformJob

Associated Types

type Rep StopTransformJob :: Type -> Type #

NFData StopTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopTransformJob

Methods

rnf :: StopTransformJob -> () #

Hashable StopTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopTransformJob

ToJSON StopTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopTransformJob

AWSRequest StopTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopTransformJob

Associated Types

type AWSResponse StopTransformJob #

ToHeaders StopTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopTransformJob

ToPath StopTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopTransformJob

ToQuery StopTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopTransformJob

type Rep StopTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopTransformJob

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

Defined in Amazonka.SageMaker.StopTransformJob

newStopTransformJob Source #

Create a value of StopTransformJob 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:transformJobName:StopTransformJob', stopTransformJob_transformJobName - The name of the transform job to stop.

Request Lenses

stopTransformJob_transformJobName :: Lens' StopTransformJob Text Source #

The name of the transform job to stop.

Destructuring the Response

data StopTransformJobResponse Source #

See: newStopTransformJobResponse smart constructor.

Instances

Instances details
Eq StopTransformJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopTransformJob

Read StopTransformJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopTransformJob

Show StopTransformJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopTransformJob

Generic StopTransformJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopTransformJob

Associated Types

type Rep StopTransformJobResponse :: Type -> Type #

NFData StopTransformJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopTransformJob

type Rep StopTransformJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopTransformJob

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

newStopTransformJobResponse :: StopTransformJobResponse Source #

Create a value of StopTransformJobResponse with all optional fields omitted.

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