Module Values_0.HumanLoopRequestSourceSource

Container for configuring the source of human task requests.

Sourcetype nonrec t = {
  1. awsManagedHumanLoopRequestSource : AwsManagedHumanLoopRequestSource.t;
    (*

    Specifies whether Amazon Rekognition or Amazon Textract are used as the integration source. The default field settings and JSON parsing rules are different based on the integration source. Valid values:

    *)
}
Sourceval context_ : string
Sourceval make : awsManagedHumanLoopRequestSource:AwsManagedHumanLoopRequestSource.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string ]) 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