v1

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

Returns information about an Amazon SageMaker AutoML job.

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

Headers

X-Amz-Target'SageMaker.DescribeAutoMLJob' required

Request body

AutoMLJobNamestring required

Requests information about an AutoML job using its unique name.

Response

Success

AutoMLJobNamestring required

Returns the name of the AutoML job.

AutoMLJobArnstring required

Returns the ARN of the AutoML job.

RoleArnstring required

The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that has read permission to the input data location and write permission to the output data location in Amazon S3.

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

Returns the job's problem type.

CreationTimestring date-time required

Returns the creation time of the AutoML job.

EndTimestring date-time

Returns the end time of the AutoML job.

LastModifiedTimestring date-time required

Returns the job's last modified time.

FailureReasonstring

Returns the failure reason for an AutoML job, when applicable.

AutoMLJobStatus'Completed' | 'InProgress' | 'Failed' | 'Stopped' | 'Stopping' required

Returns the status of the AutoML job.

AutoMLJobSecondaryStatus'Starting' | 'AnalyzingData' | 'FeatureEngineering' | 'ModelTuning' | 'MaxCandidatesReached' | 'Failed' | 'Stopped' | 'MaxAutoMLJobRuntimeReached' | 'Stopping' | 'CandidateDefinitionsGenerated' | 'GeneratingExplainabilityReport' | 'Completed' | 'ExplainabilityError' | 'DeployingModel' | 'ModelDeploymentError' | 'GeneratingModelInsightsReport' | 'ModelInsightsError' | 'TrainingModels' required

Returns the secondary status of the AutoML job.

GenerateCandidateDefinitionsOnlyboolean

Indicates whether the output for an AutoML job generates candidate definitions only.