Skip to content

Stop Labeling Job

sagemaker_stop_labeling_job R Documentation

Stops a running labeling job

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.

Usage

sagemaker_stop_labeling_job(LabelingJobName)

Arguments

LabelingJobName

[required] The name of the labeling job to stop.

Value

An empty list.

Request syntax

svc$stop_labeling_job(
  LabelingJobName = "string"
)