Learn R Programming

paws.analytics (version 0.1.7)

glue_get_ml_task_run: Gets details for a specific task run on a machine learning transform

Description

Gets details for a specific task run on a machine learning transform. Machine learning task runs are asynchronous tasks that AWS 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.

Usage

glue_get_ml_task_run(TransformId, TaskRunId)

Arguments

TransformId

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

TaskRunId

[required] The unique identifier of the task run.

Request syntax

svc$get_ml_task_run(
  TransformId = "string",
  TaskRunId = "string"
)