Values.HumanLoopConfigSourceSets up the human review workflow the document will be sent to if one of the conditions is met. You can also set certain attributes of the image before review.
type nonrec t = {humanLoopName : HumanLoopName.t;The name of the human workflow used for this image. This should be kept unique within a region.
*)flowDefinitionArn : FlowDefinitionArn.t;The Amazon Resource Name (ARN) of the flow definition.
*)dataAttributes : HumanLoopDataAttributes.t option;Sets attributes of the input data.
*)}val make :
?dataAttributes:??? ->
humanLoopName:HumanLoopName.t ->
flowDefinitionArn:FlowDefinitionArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of HumanLoopName.t
| `Structure of
(string * [> `List of [> `Enum of string ] list ]) list ])
list ]