Starts a task to estimate the quality of the transform.
glue_start_ml_evaluation_task_run(TransformId)
[required] The unique identifier of the machine learning transform.
svc$start_ml_evaluation_task_run( TransformId = "string" )
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
.