glue_start_export_labels_task_run: Begins an asynchronous task to export all labeled data for a...

View source: R/glue_operations.R

glue_start_export_labels_task_runR Documentation

Begins an asynchronous task to export all labeled data for a particular transform

Description

Begins an asynchronous task to export all labeled data for a particular transform. This task is the only label-related API call that is not part of the typical active learning workflow. You typically use start_export_labels_task_run when you want to work with all of your existing labels at the same time, such as when you want to remove or change labels that were previously submitted as truth. This API operation accepts the TransformId whose labels you want to export and an Amazon Simple Storage Service (Amazon S3) path to export the labels to. The operation returns a TaskRunId. You can check on the status of your task run by calling the get_ml_task_run API.

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

Usage

glue_start_export_labels_task_run(TransformId, OutputS3Path)

Arguments

TransformId

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

OutputS3Path

[required] The Amazon S3 path where you export the labels.


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