Learn R Programming

paws.analytics (version 0.1.6)

glue_start_ml_evaluation_task_run: Starts a task to estimate the quality of the transform

Description

Starts a task to estimate the quality of the transform.

Usage

glue_start_ml_evaluation_task_run(TransformId)

Arguments

TransformId

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

Request syntax

svc$start_ml_evaluation_task_run(
  TransformId = "string"
)

Details

When you provide label sets as examples of truth, AWS Glue machine learning uses some of those examples to learn from them. The rest of the labels are used as a test to estimate quality.

Returns a unique identifier for the run. You can call GetMLTaskRun to get more information about the stats of the EvaluationTaskRun.