Module Values_1.LabelingJobOutputSource

Specifies the location of the output produced by the labeling job.

Sourcetype nonrec t = {
  1. outputDatasetS3Uri : Values_0.S3Uri.t option;
    (*

    The Amazon S3 bucket location of the manifest file for labeled data.

    *)
  2. finalActiveLearningModelArn : ModelArn.t option;
    (*

    The Amazon Resource Name (ARN) for the most recent SageMaker model trained as part of automated data labeling.

    *)
}
Sourceval make : ?outputDatasetS3Uri:??? -> ?finalActiveLearningModelArn:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.S3Uri.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