SageMaker / Client / stop_processing_job

stop_processing_job#

SageMaker.Client.stop_processing_job(**kwargs)#

Stops a processing job.

See also: AWS API Documentation

Request Syntax

response = client.stop_processing_job(
    ProcessingJobName='string'
)
Parameters:

ProcessingJobName (string) –

[REQUIRED]

The name of the processing job to stop.

Returns:

None

Exceptions