Class: Aws::Glue::Types::DataQualityMetricValues
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::DataQualityMetricValues
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Describes the data quality metric value according to the analysis of historical data.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #actual_value  ⇒ Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The actual value of the data quality metric. 
- 
  
    
      #expected_value  ⇒ Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The expected value of the data quality metric according to the analysis of historical data. 
- 
  
    
      #lower_limit  ⇒ Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The lower limit of the data quality metric value according to the analysis of historical data. 
- 
  
    
      #upper_limit  ⇒ Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The upper limit of the data quality metric value according to the analysis of historical data. 
Instance Attribute Details
#actual_value ⇒ Float
The actual value of the data quality metric.
| 7627 7628 7629 7630 7631 7632 7633 7634 | # File 'lib/aws-sdk-glue/types.rb', line 7627 class DataQualityMetricValues < Struct.new( :actual_value, :expected_value, :lower_limit, :upper_limit) SENSITIVE = [] include Aws::Structure end | 
#expected_value ⇒ Float
The expected value of the data quality metric according to the analysis of historical data.
| 7627 7628 7629 7630 7631 7632 7633 7634 | # File 'lib/aws-sdk-glue/types.rb', line 7627 class DataQualityMetricValues < Struct.new( :actual_value, :expected_value, :lower_limit, :upper_limit) SENSITIVE = [] include Aws::Structure end | 
#lower_limit ⇒ Float
The lower limit of the data quality metric value according to the analysis of historical data.
| 7627 7628 7629 7630 7631 7632 7633 7634 | # File 'lib/aws-sdk-glue/types.rb', line 7627 class DataQualityMetricValues < Struct.new( :actual_value, :expected_value, :lower_limit, :upper_limit) SENSITIVE = [] include Aws::Structure end | 
#upper_limit ⇒ Float
The upper limit of the data quality metric value according to the analysis of historical data.
| 7627 7628 7629 7630 7631 7632 7633 7634 | # File 'lib/aws-sdk-glue/types.rb', line 7627 class DataQualityMetricValues < Struct.new( :actual_value, :expected_value, :lower_limit, :upper_limit) SENSITIVE = [] include Aws::Structure end |