Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

sagemaker_stop_transform_job

Stops a transform job


Description

Stops a 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 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 transform job to stop.

Value

An empty list.

Request syntax

svc$stop_transform_job(
  TransformJobName = "string"
)

paws.machine.learning

Amazon Web Services Machine Learning Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.