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.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
ToJSON StopLabelingJob Source # 
Instance details

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

AWSRequest StopLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopLabelingJob

Associated Types

type AWSResponse StopLabelingJob #

Generic StopLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopLabelingJob

Associated Types

type Rep StopLabelingJob :: Type -> Type #

Read StopLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopLabelingJob

Show StopLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopLabelingJob

NFData StopLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopLabelingJob

Methods

rnf :: StopLabelingJob -> () #

Eq StopLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopLabelingJob

Hashable StopLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopLabelingJob

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

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:

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
Generic StopLabelingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopLabelingJob

Associated Types

type Rep StopLabelingJobResponse :: Type -> Type #

Read StopLabelingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopLabelingJob

Show StopLabelingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopLabelingJob

NFData StopLabelingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopLabelingJob

Methods

rnf :: StopLabelingJobResponse -> () #

Eq StopLabelingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopLabelingJob

type Rep StopLabelingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopLabelingJob

type Rep StopLabelingJobResponse = D1 ('MetaData "StopLabelingJobResponse" "Amazonka.SageMaker.StopLabelingJob" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" '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.