v1

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

Gets a list of runs for 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 get a sortable, filterable list of machine learning task runs by calling GetMLTaskRuns with their parent transform's TransformID and other optional parameters as documented in this section.

This operation returns a list of historic runs and must be paginated.

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

Query parameters

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Headers

X-Amz-Target'AWSGlue.GetMLTaskRuns' required

Request body

TransformIdstring required

The unique identifier of the machine learning transform.

NextTokenstring

A token for pagination of the results. The default is empty.

MaxResultsinteger

The maximum number of results to return.

Response

Success

NextTokenstring

A pagination token, if more results are available.