Class: Aws::Glue::Types::MetricBasedObservation
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::MetricBasedObservation
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Describes the metric based observation generated based on evaluated data quality metrics.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #metric_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the data quality metric used for generating the observation. 
- 
  
    
      #metric_values  ⇒ Types::DataQualityMetricValues 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An object of type ‘DataQualityMetricValues` representing the analysis of the data quality metric value. 
- 
  
    
      #new_rules  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of new data quality rules generated as part of the observation based on the data quality metric value. 
- 
  
    
      #statistic_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Statistic ID. 
Instance Attribute Details
#metric_name ⇒ String
The name of the data quality metric used for generating the observation.
| 19377 19378 19379 19380 19381 19382 19383 19384 | # File 'lib/aws-sdk-glue/types.rb', line 19377 class MetricBasedObservation < Struct.new( :metric_name, :statistic_id, :metric_values, :new_rules) SENSITIVE = [] include Aws::Structure end | 
#metric_values ⇒ Types::DataQualityMetricValues
An object of type ‘DataQualityMetricValues` representing the analysis of the data quality metric value.
| 19377 19378 19379 19380 19381 19382 19383 19384 | # File 'lib/aws-sdk-glue/types.rb', line 19377 class MetricBasedObservation < Struct.new( :metric_name, :statistic_id, :metric_values, :new_rules) SENSITIVE = [] include Aws::Structure end | 
#new_rules ⇒ Array<String>
A list of new data quality rules generated as part of the observation based on the data quality metric value.
| 19377 19378 19379 19380 19381 19382 19383 19384 | # File 'lib/aws-sdk-glue/types.rb', line 19377 class MetricBasedObservation < Struct.new( :metric_name, :statistic_id, :metric_values, :new_rules) SENSITIVE = [] include Aws::Structure end | 
#statistic_id ⇒ String
The Statistic ID.
| 19377 19378 19379 19380 19381 19382 19383 19384 | # File 'lib/aws-sdk-glue/types.rb', line 19377 class MetricBasedObservation < Struct.new( :metric_name, :statistic_id, :metric_values, :new_rules) SENSITIVE = [] include Aws::Structure end |