glue_cancel_ml_task_run: Cancels (stops) a task run

View source: R/glue_operations.R

glue_cancel_ml_task_runR Documentation

Cancels (stops) a task run

Description

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 cancel_ml_task_run with a task run's parent transform's TransformID and the task run's TaskRunId.

See https://www.paws-r-sdk.com/docs/glue_cancel_ml_task_run/ for full documentation.

Usage

glue_cancel_ml_task_run(TransformId, TaskRunId)

Arguments

TransformId

[required] The unique identifier of the machine learning transform.

TaskRunId

[required] A unique identifier for the task run.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.