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.
      1878 1879 1880 1881 1882 1883 1884  | 
    
      # File 'lib/aws-sdk-textract/types.rb', line 1878 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.
      1878 1879 1880 1881 1882 1883 1884  | 
    
      # File 'lib/aws-sdk-textract/types.rb', line 1878 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.
      1878 1879 1880 1881 1882 1883 1884  | 
    
      # File 'lib/aws-sdk-textract/types.rb', line 1878 class HumanLoopActivationOutput < Struct.new( :human_loop_arn, :human_loop_activation_reasons, :human_loop_activation_conditions_evaluation_results) SENSITIVE = [] include Aws::Structure end  |