v1

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

Returns a description of a processing job.

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

Headers

X-Amz-Target'SageMaker.DescribeProcessingJob' required

Request body

ProcessingJobNamestring required

The name of the processing job. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

Response

Success

ProcessingJobNamestring required

The name of the processing job. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

Environmentobject

The environment variables set in the Docker container.

RoleArnstring

The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.

ProcessingJobArnstring required

The Amazon Resource Name (ARN) of the processing job.

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

Provides the status of a processing job.

ExitMessagestring

An optional string, up to one KB in size, that contains metadata from the processing container when the processing job exits.

FailureReasonstring

A string, up to one KB in size, that contains the reason a processing job failed, if it failed.

ProcessingEndTimestring date-time

The time at which the processing job completed.

ProcessingStartTimestring date-time

The time at which the processing job started.

LastModifiedTimestring date-time

The time at which the processing job was last modified.

CreationTimestring date-time required

The time at which the processing job was created.

MonitoringScheduleArnstring

The ARN of a monitoring schedule for an endpoint associated with this processing job.

AutoMLJobArnstring

The ARN of an AutoML job associated with this processing job.

TrainingJobArnstring

The ARN of a training job associated with this processing job.