You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Comprehend::Types::EntityRecognizerMetadata
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Comprehend::Types::EntityRecognizerMetadata
 
- Defined in:
- (unknown)
Overview
Detailed information about an entity recognizer.
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #entity_types  ⇒ Array<Types::EntityRecognizerMetadataEntityTypesListItem> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Entity types from the metadata of an entity recognizer. 
- 
  
    
      #evaluation_metrics  ⇒ Types::EntityRecognizerEvaluationMetrics 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Detailed information about the accuracy of an entity recognizer. 
- 
  
    
      #number_of_test_documents  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The number of documents in the input data that were used to test the entity recognizer. 
- 
  
    
      #number_of_trained_documents  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The number of documents in the input data that were used to train the entity recognizer. 
Instance Attribute Details
#entity_types ⇒ Array<Types::EntityRecognizerMetadataEntityTypesListItem>
Entity types from the metadata of an entity recognizer.
#evaluation_metrics ⇒ Types::EntityRecognizerEvaluationMetrics
Detailed information about the accuracy of an entity recognizer.
#number_of_test_documents ⇒ Integer
The number of documents in the input data that were used to test the entity recognizer. Typically this is 10 to 20 percent of the input documents.
#number_of_trained_documents ⇒ Integer
The number of documents in the input data that were used to train the entity recognizer. Typically this is 80 to 90 percent of the input documents.