getMlTaskRun

inline suspend fun GlueClient.getMlTaskRun(crossinline block: GetMlTaskRunRequest.Builder.() -> Unit): GetMlTaskRunResponse

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 GetMLTaskRun with the TaskRunID and its parent transform's TransformID.