Class: Aws::Glue::Types::EvaluationMetrics
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::EvaluationMetrics
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Evaluation metrics provide an estimate of the quality of your machine learning transform.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #find_matches_metrics  ⇒ Types::FindMatchesMetrics 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The evaluation metrics for the find matches algorithm. 
- 
  
    
      #transform_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The type of machine learning transform. 
Instance Attribute Details
#find_matches_metrics ⇒ Types::FindMatchesMetrics
The evaluation metrics for the find matches algorithm.
| 9085 9086 9087 9088 9089 9090 | # File 'lib/aws-sdk-glue/types.rb', line 9085 class EvaluationMetrics < Struct.new( :transform_type, :find_matches_metrics) SENSITIVE = [] include Aws::Structure end | 
#transform_type ⇒ String
The type of machine learning transform.
| 9085 9086 9087 9088 9089 9090 | # File 'lib/aws-sdk-glue/types.rb', line 9085 class EvaluationMetrics < Struct.new( :transform_type, :find_matches_metrics) SENSITIVE = [] include Aws::Structure end |