v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-142021,119944.8 KB

Gets details for a specific task run on a machine learning transform. Machine learning task runs are asynchronous tasks that Glue runs on your behalf as part of various machine learning workflows. You can check the stats of any task run by calling <code>GetMLTaskRun</code> with the <code>TaskRunID</code> and its parent transform's <code>TransformID</code>.

post/#X-Amz-Target=AWSGlue.GetMLTaskRun

Headers

X-Amz-Target'AWSGlue.GetMLTaskRun' required

Request body

TransformIdstring required

The unique identifier of the machine learning transform.

TaskRunIdstring required

The unique identifier of the task run.

Response

Success

TransformIdstring

The unique identifier of the task run.

TaskRunIdstring

The unique run identifier associated with this run.

Status'STARTING' | 'RUNNING' | 'STOPPING' | 'STOPPED' | 'SUCCEEDED' | 'FAILED' | 'TIMEOUT'

The status for this task run.

LogGroupNamestring

The names of the log groups that are associated with the task run.

ErrorStringstring

The error strings that are associated with the task run.

StartedOnstring date-time

The date and time when this task run started.

LastModifiedOnstring date-time

The date and time when this task run was last modified.

CompletedOnstring date-time

The date and time when this task run was completed.

ExecutionTimeinteger

The amount of time (in seconds) that the task run consumed resources.