SageMaker / Client / stop_inference_recommendations_job

stop_inference_recommendations_job#

SageMaker.Client.stop_inference_recommendations_job(**kwargs)#

Stops an Inference Recommender job.

See also: AWS API Documentation

Request Syntax

response = client.stop_inference_recommendations_job(
    JobName='string'
)
Parameters:

JobName (string) –

[REQUIRED]

The name of the job you want to stop.

Returns:

None

Exceptions

  • SageMaker.Client.exceptions.ResourceNotFound