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

Description

Stops a running labeling job. A job that is stopped cannot be restarted. Any results obtained before the job is stopped are placed in the Amazon S3 output bucket.

Synopsis

Creating a Request

data StopLabelingJob Source #

See: newStopLabelingJob smart constructor.

Constructors

StopLabelingJob' 

Fields

Instances

Instances details
Eq StopLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopLabelingJob

Read StopLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopLabelingJob

Show StopLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopLabelingJob

Generic StopLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopLabelingJob

Associated Types

type Rep StopLabelingJob :: Type -> Type #

NFData StopLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopLabelingJob

Methods

rnf :: StopLabelingJob -> () #

Hashable StopLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopLabelingJob

ToJSON StopLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopLabelingJob

AWSRequest StopLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopLabelingJob

Associated Types

type AWSResponse StopLabelingJob #

ToHeaders StopLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopLabelingJob

ToPath StopLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopLabelingJob

ToQuery StopLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopLabelingJob

type Rep StopLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopLabelingJob

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

Defined in Amazonka.SageMaker.StopLabelingJob

newStopLabelingJob Source #

Create a value of StopLabelingJob 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:labelingJobName:StopLabelingJob', stopLabelingJob_labelingJobName - The name of the labeling job to stop.

Request Lenses

stopLabelingJob_labelingJobName :: Lens' StopLabelingJob Text Source #

The name of the labeling job to stop.

Destructuring the Response

data StopLabelingJobResponse Source #

See: newStopLabelingJobResponse smart constructor.

Instances

Instances details
Eq StopLabelingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopLabelingJob

Read StopLabelingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopLabelingJob

Show StopLabelingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopLabelingJob

Generic StopLabelingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopLabelingJob

Associated Types

type Rep StopLabelingJobResponse :: Type -> Type #

NFData StopLabelingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopLabelingJob

Methods

rnf :: StopLabelingJobResponse -> () #

type Rep StopLabelingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopLabelingJob

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

newStopLabelingJobResponse :: StopLabelingJobResponse Source #

Create a value of StopLabelingJobResponse with all optional fields omitted.

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