Class: Aws::Textract::Types::AdapterVersionEvaluationMetric
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Textract::Types::AdapterVersionEvaluationMetric
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-textract/types.rb
 
Overview
Contains information on the metrics used to evalute the peformance of a given adapter version. Includes data for baseline model performance and individual adapter version perfromance.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #adapter_version  ⇒ Types::EvaluationMetric 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The F1 score, precision, and recall metrics for the baseline model.
 - 
  
    
      #baseline  ⇒ Types::EvaluationMetric 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The F1 score, precision, and recall metrics for the baseline model.
 - 
  
    
      #feature_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates the feature type being analyzed by a given adapter version.
 
Instance Attribute Details
#adapter_version ⇒ Types::EvaluationMetric
The F1 score, precision, and recall metrics for the baseline model.
      132 133 134 135 136 137 138  | 
    
      # File 'lib/aws-sdk-textract/types.rb', line 132 class AdapterVersionEvaluationMetric < Struct.new( :baseline, :adapter_version, :feature_type) SENSITIVE = [] include Aws::Structure end  | 
  
#baseline ⇒ Types::EvaluationMetric
The F1 score, precision, and recall metrics for the baseline model.
      132 133 134 135 136 137 138  | 
    
      # File 'lib/aws-sdk-textract/types.rb', line 132 class AdapterVersionEvaluationMetric < Struct.new( :baseline, :adapter_version, :feature_type) SENSITIVE = [] include Aws::Structure end  | 
  
#feature_type ⇒ String
Indicates the feature type being analyzed by a given adapter version.
      132 133 134 135 136 137 138  | 
    
      # File 'lib/aws-sdk-textract/types.rb', line 132 class AdapterVersionEvaluationMetric < Struct.new( :baseline, :adapter_version, :feature_type) SENSITIVE = [] include Aws::Structure end  |