SageMaker / Client / stop_labeling_job

stop_labeling_job#

SageMaker.Client.stop_labeling_job(**kwargs)#

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.

See also: AWS API Documentation

Request Syntax

response = client.stop_labeling_job(
    LabelingJobName='string'
)
Parameters:

LabelingJobName (string) –

[REQUIRED]

The name of the labeling job to stop.

Returns:

None

Exceptions