v1

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

Returns information about an Amazon SageMaker AutoML V2 job.

This API action is callable through SageMaker Canvas only. Calling it directly from the CLI or an SDK results in an error.

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

Headers

X-Amz-Target'SageMaker.DescribeAutoMLJobV2' required

Request body

AutoMLJobNamestring required

Requests information about an AutoML V2 job using its unique name.

Response

Success

AutoMLJobNamestring required

Returns the name of the AutoML V2 job.

AutoMLJobArnstring required

Returns the Amazon Resource Name (ARN) of the AutoML V2 job.

RoleArnstring required

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

CreationTimestring date-time required

Returns the creation time of the AutoML V2 job.

EndTimestring date-time

Returns the end time of the AutoML V2 job.

LastModifiedTimestring date-time required

Returns the job's last modified time.

FailureReasonstring

Returns the reason for the failure of the AutoML V2 job, when applicable.

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

Returns the status of the AutoML V2 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 V2 job.