You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Rekognition::Types::HumanLoopActivationOutput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#human_loop_activation_conditions_evaluation_resultsString

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

Returns:

  • (String)

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

#human_loop_activation_reasonsArray<String>

Shows if and why human review was needed.

Returns:

  • (Array<String>)

    Shows if and why human review was needed.

#human_loop_arnString

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

Returns:

  • (String)

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