Class: Aws::Comprehend::Types::DatasetEntityRecognizerInputDataConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Comprehend::Types::DatasetEntityRecognizerInputDataConfig
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-comprehend/types.rb
 
Overview
Specifies the format and location of the input data. You must provide either the ‘Annotations` parameter or the `EntityList` parameter.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #annotations  ⇒ Types::DatasetEntityRecognizerAnnotations 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The S3 location of the annotation documents for your custom entity recognizer.
 - 
  
    
      #documents  ⇒ Types::DatasetEntityRecognizerDocuments 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The format and location of the training documents for your custom entity recognizer.
 - 
  
    
      #entity_list  ⇒ Types::DatasetEntityRecognizerEntityList 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The S3 location of the entity list for your custom entity recognizer.
 
Instance Attribute Details
#annotations ⇒ Types::DatasetEntityRecognizerAnnotations
The S3 location of the annotation documents for your custom entity recognizer.
      1665 1666 1667 1668 1669 1670 1671  | 
    
      # File 'lib/aws-sdk-comprehend/types.rb', line 1665 class DatasetEntityRecognizerInputDataConfig < Struct.new( :annotations, :documents, :entity_list) SENSITIVE = [] include Aws::Structure end  | 
  
#documents ⇒ Types::DatasetEntityRecognizerDocuments
The format and location of the training documents for your custom entity recognizer.
      1665 1666 1667 1668 1669 1670 1671  | 
    
      # File 'lib/aws-sdk-comprehend/types.rb', line 1665 class DatasetEntityRecognizerInputDataConfig < Struct.new( :annotations, :documents, :entity_list) SENSITIVE = [] include Aws::Structure end  | 
  
#entity_list ⇒ Types::DatasetEntityRecognizerEntityList
The S3 location of the entity list for your custom entity recognizer.
      1665 1666 1667 1668 1669 1670 1671  | 
    
      # File 'lib/aws-sdk-comprehend/types.rb', line 1665 class DatasetEntityRecognizerInputDataConfig < Struct.new( :annotations, :documents, :entity_list) SENSITIVE = [] include Aws::Structure end  |