Shows the results of the human in the loop evaluation. If there is no HumanLoopArn, the input did not trigger human review.

interface HumanLoopActivationOutput {
    HumanLoopActivationConditionsEvaluationResults?: string | LazyJsonString;
    HumanLoopActivationReasons?: string[];
    HumanLoopArn?: string;
}

Properties

HumanLoopActivationConditionsEvaluationResults?: string | LazyJsonString

Shows the result of condition evaluations, including those conditions which activated a human review.

HumanLoopActivationReasons?: string[]

Shows if and why human review was needed.

HumanLoopArn?: string

The Amazon Resource Name (ARN) of the HumanLoop created.