Module Values_2.StartMLEvaluationTaskRunResponseSource

Starts 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.

Sourcetype nonrec t = {
  1. taskRunId : Values_0.HashString.t option;
    (*

    The unique identifier associated with this run.

    *)
}
Sourcetype nonrec error = [
  1. | `ConcurrentRunsExceededException of Values_1.ConcurrentRunsExceededException.t
  2. | `EntityNotFoundException of Values_0.EntityNotFoundException.t
  3. | `InternalServiceException of Values_0.InternalServiceException.t
  4. | `InvalidInputException of Values_0.InvalidInputException.t
  5. | `MLTransformNotReadyException of MLTransformNotReadyException.t
  6. | `OperationTimeoutException of Values_0.OperationTimeoutException.t
  7. | `Unknown_operation_error of string * string option
]
Sourceval make : ?taskRunId:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ConcurrentRunsExceededException of Values_1.ConcurrentRunsExceededException.t | `EntityNotFoundException of Values_0.EntityNotFoundException.t | `InternalServiceException of Values_0.InternalServiceException.t | `InvalidInputException of Values_0.InvalidInputException.t | `MLTransformNotReadyException of MLTransformNotReadyException.t | `OperationTimeoutException of Values_0.OperationTimeoutException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ConcurrentRunsExceededException of Values_1.ConcurrentRunsExceededException.t | `EntityNotFoundException of Values_0.EntityNotFoundException.t | `InternalServiceException of Values_0.InternalServiceException.t | `InvalidInputException of Values_0.InvalidInputException.t | `MLTransformNotReadyException of MLTransformNotReadyException.t | `OperationTimeoutException of Values_0.OperationTimeoutException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.HashString.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t