Smaws_Client_Glue.StartMLEvaluationTaskRunStarts a task to estimate the quality of the transform.
When you provide label sets as examples of truth, 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.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `ConcurrentRunsExceededException of
Types.concurrent_runs_exceeded_exception
| `EntityNotFoundException of Types.entity_not_found_exception
| `InternalServiceException of Types.internal_service_exception
| `InvalidInputException of Types.invalid_input_exception
| `MLTransformNotReadyException of Types.ml_transform_not_ready_exception
| `OperationTimeoutException of Types.operation_timeout_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.start_ml_evaluation_task_run_request ->
(Types.start_ml_evaluation_task_run_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `ConcurrentRunsExceededException of
Types.concurrent_runs_exceeded_exception
| `EntityNotFoundException of Types.entity_not_found_exception
| `InternalServiceException of Types.internal_service_exception
| `InvalidInputException of Types.invalid_input_exception
| `MLTransformNotReadyException of Types.ml_transform_not_ready_exception
| `OperationTimeoutException of Types.operation_timeout_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.start_ml_evaluation_task_run_request ->
(Types.start_ml_evaluation_task_run_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `ConcurrentRunsExceededException of
Types.concurrent_runs_exceeded_exception
| `EntityNotFoundException of Types.entity_not_found_exception
| `InternalServiceException of Types.internal_service_exception
| `InvalidInputException of Types.invalid_input_exception
| `MLTransformNotReadyException of Types.ml_transform_not_ready_exception
| `OperationTimeoutException of Types.operation_timeout_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result