cancelMlTaskRun
inline suspend fun GlueClient.cancelMlTaskRun(crossinline block: CancelMlTaskRunRequest.Builder.() -> Unit): CancelMlTaskRunResponse
Cancels (stops) a task run. Machine learning task runs are asynchronous tasks that Glue runs on your behalf as part of various machine learning workflows. You can cancel a machine learning task run at any time by calling CancelMLTaskRun
with a task run's parent transform's TransformID
and the task run's TaskRunId
.