Module Values_2.GetMLTaskRunRequestSource

Gets details for a specific task run on a machine learning transform. Machine learning task runs are asynchronous tasks that Glue runs on your behalf as part of various machine learning workflows. You can check the stats of any task run by calling GetMLTaskRun with the TaskRunID and its parent transform's TransformID.

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

    The unique identifier of the machine learning transform.

    *)
  2. taskRunId : Values_0.HashString.t;
    (*

    The unique identifier of the task run.

    *)
}
Sourceval context_ : string
Sourceval make : transformId:Values_0.HashString.t -> taskRunId:Values_0.HashString.t -> unit -> 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