Skip to content

Stop Transform Job

sagemaker_stop_transform_job R Documentation

Stops a batch transform job

Description

Stops a batch transform job.

When Amazon SageMaker receives a stop_transform_job request, the status of the job changes to Stopping. After Amazon SageMaker stops the job, the status is set to Stopped. When you stop a batch transform job before it is completed, Amazon SageMaker doesn't store the job's output in Amazon S3.

Usage

sagemaker_stop_transform_job(TransformJobName)

Arguments

TransformJobName

[required] The name of the batch transform job to stop.

Value

An empty list.

Request syntax

svc$stop_transform_job(
  TransformJobName = "string"
)