Stop Inference Recommendations Job
sagemaker_stop_inference_recommendations_job | R Documentation |
Stops an Inference Recommender job¶
Description¶
Stops an Inference Recommender job.
Usage¶
sagemaker_stop_inference_recommendations_job(JobName)
Arguments¶
JobName |
[required] The name of the job you want to stop. |
Value¶
An empty list.
Request syntax¶
svc$stop_inference_recommendations_job(
JobName = "string"
)