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

Description

Stops a batch 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 batch 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
ToJSON StopTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.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

AWSRequest StopTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopTransformJob

Associated Types

type AWSResponse StopTransformJob #

Generic StopTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopTransformJob

Associated Types

type Rep StopTransformJob :: Type -> Type #

Read StopTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopTransformJob

Show StopTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopTransformJob

NFData StopTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopTransformJob

Methods

rnf :: StopTransformJob -> () #

Eq StopTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopTransformJob

Hashable StopTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopTransformJob

type AWSResponse 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" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "StopTransformJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "transformJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

StopTransformJob, stopTransformJob_transformJobName - The name of the batch transform job to stop.

Request Lenses

stopTransformJob_transformJobName :: Lens' StopTransformJob Text Source #

The name of the batch transform job to stop.

Destructuring the Response

data StopTransformJobResponse Source #

See: newStopTransformJobResponse smart constructor.

Instances

Instances details
Generic StopTransformJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopTransformJob

Associated Types

type Rep StopTransformJobResponse :: Type -> Type #

Read StopTransformJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopTransformJob

Show StopTransformJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopTransformJob

NFData StopTransformJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopTransformJob

Eq 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" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" '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.