Values.HumanLoopActivationOutputSourceShows the results of the human in the loop evaluation. If there is no HumanLoopArn, the input did not trigger human review.
type nonrec t = {humanLoopArn : HumanLoopArn.t option;The Amazon Resource Name (ARN) of the HumanLoop created.
*)humanLoopActivationReasons : HumanLoopActivationReasons.t option;Shows if and why human review was needed.
*)humanLoopActivationConditionsEvaluationResults : HumanLoopActivationConditionsEvaluationResults.t
option;Shows the result of condition evaluations, including those conditions which activated a human review.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of HumanLoopActivationReason.t ] list
| `String of HumanLoopArn.t ])
list ]