You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Textract::Types::HumanLoopConfig
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Textract::Types::HumanLoopConfig
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
When passing HumanLoopConfig as input to an Aws::Client method, you can use a vanilla Hash:
{
  human_loop_name: "HumanLoopName", # required
  flow_definition_arn: "FlowDefinitionArn", # required
  data_attributes: {
    content_classifiers: ["FreeOfPersonallyIdentifiableInformation"], # accepts FreeOfPersonallyIdentifiableInformation, FreeOfAdultContent
  },
}
Sets up the human review workflow the document will be sent to if one of the conditions is met. You can also set certain attributes of the image before review.
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #data_attributes  ⇒ Types::HumanLoopDataAttributes 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Sets attributes of the input data. 
- 
  
    
      #flow_definition_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the flow definition. 
- 
  
    
      #human_loop_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the human workflow used for this image. 
Instance Attribute Details
#data_attributes ⇒ Types::HumanLoopDataAttributes
Sets attributes of the input data.
#flow_definition_arn ⇒ String
The Amazon Resource Name (ARN) of the flow definition.
#human_loop_name ⇒ String
The name of the human workflow used for this image. This should be kept unique within a region.