Class: Aws::Textract::Types::HumanLoopActivationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Textract::Types::HumanLoopActivationOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-textract/types.rb
Overview
Shows the results of the human in the loop evaluation. If there is no HumanLoopArn, the input did not trigger human review.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#human_loop_activation_conditions_evaluation_results ⇒ String
Shows the result of condition evaluations, including those conditions which activated a human review.
-
#human_loop_activation_reasons ⇒ Array<String>
Shows if and why human review was needed.
-
#human_loop_arn ⇒ String
The Amazon Resource Name (ARN) of the HumanLoop created.
Instance Attribute Details
#human_loop_activation_conditions_evaluation_results ⇒ String
Shows the result of condition evaluations, including those conditions which activated a human review.
973 974 975 976 977 978 979 |
# File 'lib/aws-sdk-textract/types.rb', line 973 class HumanLoopActivationOutput < Struct.new( :human_loop_arn, :human_loop_activation_reasons, :human_loop_activation_conditions_evaluation_results) SENSITIVE = [] include Aws::Structure end |
#human_loop_activation_reasons ⇒ Array<String>
Shows if and why human review was needed.
973 974 975 976 977 978 979 |
# File 'lib/aws-sdk-textract/types.rb', line 973 class HumanLoopActivationOutput < Struct.new( :human_loop_arn, :human_loop_activation_reasons, :human_loop_activation_conditions_evaluation_results) SENSITIVE = [] include Aws::Structure end |
#human_loop_arn ⇒ String
The Amazon Resource Name (ARN) of the HumanLoop created.
973 974 975 976 977 978 979 |
# File 'lib/aws-sdk-textract/types.rb', line 973 class HumanLoopActivationOutput < Struct.new( :human_loop_arn, :human_loop_activation_reasons, :human_loop_activation_conditions_evaluation_results) SENSITIVE = [] include Aws::Structure end |