Skip to content

Stop Auto Ml Job

sagemaker_stop_auto_ml_job R Documentation

A method for forcing a running job to shut down

Description

A method for forcing a running job to shut down.

Usage

sagemaker_stop_auto_ml_job(AutoMLJobName)

Arguments

AutoMLJobName

[required] The name of the object you are requesting.

Value

An empty list.

Request syntax

svc$stop_auto_ml_job(
  AutoMLJobName = "string"
)