Module Values_2.StartMLLabelingSetGenerationTaskRunRequestSource

Starts the active learning workflow for your machine learning transform to improve the transform's quality by generating label sets and adding labels. When the StartMLLabelingSetGenerationTaskRun finishes, Glue will have generated a "labeling set" or a set of questions for humans to answer. In the case of the FindMatches transform, these questions are of the form, β€œWhat is the correct way to group these rows together into groups composed entirely of matching records?” After the labeling process is finished, you can upload your labels with a call to StartImportLabelsTaskRun. After StartImportLabelsTaskRun finishes, all future runs of the machine learning transform will use the new and improved labels and perform a higher-quality transformation. Note: The role used to write the generated labeling set to the OutputS3Path is the role associated with the Machine Learning Transform, specified in the CreateMLTransform API.

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

    The unique identifier of the machine learning transform.

    *)
  2. outputS3Path : Values_0.UriString.t;
    (*

    The Amazon Simple Storage Service (Amazon S3) path where you generate the labeling set.

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