Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

stop_transform_job

stop_transform_job(**kwargs)

Stops a batch transform job.

When Amazon SageMaker receives a StopTransformJob 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.

See also: AWS API Documentation

Request Syntax

response = client.stop_transform_job(
    TransformJobName='string'
)
Parameters
TransformJobName (string) --

[REQUIRED]

The name of the batch transform job to stop.

Returns
None

Exceptions

  • SageMaker.Client.exceptions.ResourceNotFound