v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-143021,9861.6 MB

Creates an Autopilot job.

Find the best-performing model after you run an Autopilot job by calling DescribeAutoMLJob.

For information about how to use Autopilot, see Automate Model Development with Amazon SageMaker Autopilot.

post/#X-Amz-Target=SageMaker.CreateAutoMLJob

Headers

X-Amz-Target'SageMaker.CreateAutoMLJob' required

Request body

AutoMLJobNamestring required

Identifies an Autopilot job. The name must be unique to your account and is case insensitive.

ProblemType'BinaryClassification' | 'MulticlassClassification' | 'Regression'

Defines the type of supervised learning problem available for the candidates. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-datasets-problem-types.html#autopilot-problem-types"> Amazon SageMaker Autopilot problem types</a>.

RoleArnstring required

The ARN of the role that is used to access the data.

GenerateCandidateDefinitionsOnlyboolean

Generates possible candidates without training the models. A candidate is a combination of data preprocessors, algorithms, and algorithm parameter settings.

Response

Success

AutoMLJobArnstring required

The unique ARN assigned to the AutoML job when it is created.