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

Description

Stops a processing job.

Synopsis

Creating a Request

data StopProcessingJob Source #

See: newStopProcessingJob smart constructor.

Constructors

StopProcessingJob' 

Fields

Instances

Instances details
Eq StopProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopProcessingJob

Read StopProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopProcessingJob

Show StopProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopProcessingJob

Generic StopProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopProcessingJob

Associated Types

type Rep StopProcessingJob :: Type -> Type #

NFData StopProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopProcessingJob

Methods

rnf :: StopProcessingJob -> () #

Hashable StopProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopProcessingJob

ToJSON StopProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopProcessingJob

AWSRequest StopProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopProcessingJob

Associated Types

type AWSResponse StopProcessingJob #

ToHeaders StopProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopProcessingJob

ToPath StopProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopProcessingJob

ToQuery StopProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopProcessingJob

type Rep StopProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopProcessingJob

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

Defined in Amazonka.SageMaker.StopProcessingJob

newStopProcessingJob Source #

Create a value of StopProcessingJob 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:processingJobName:StopProcessingJob', stopProcessingJob_processingJobName - The name of the processing job to stop.

Request Lenses

stopProcessingJob_processingJobName :: Lens' StopProcessingJob Text Source #

The name of the processing job to stop.

Destructuring the Response

data StopProcessingJobResponse Source #

See: newStopProcessingJobResponse smart constructor.

Instances

Instances details
Eq StopProcessingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopProcessingJob

Read StopProcessingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopProcessingJob

Show StopProcessingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopProcessingJob

Generic StopProcessingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopProcessingJob

Associated Types

type Rep StopProcessingJobResponse :: Type -> Type #

NFData StopProcessingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopProcessingJob

type Rep StopProcessingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopProcessingJob

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

newStopProcessingJobResponse :: StopProcessingJobResponse Source #

Create a value of StopProcessingJobResponse with all optional fields omitted.

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