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

View source: R/glue_operations.R

glue_get_ml_task_runR Documentation

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 Glue runs on your behalf as part of various machine learning workflows. You can check the stats of any task run by calling get_ml_task_run with the TaskRunID and its parent transform's TransformID.

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

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.


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