Stops a transform job
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.
sagemaker_stop_transform_job(TransformJobName)
TransformJobName |
[required] The name of the transform job to stop. |
An empty list.
svc$stop_transform_job( TransformJobName = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.