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.
17247 17248 17249 17250 17251 17252 17253 17254 |
# File 'lib/aws-sdk-glue/types.rb', line 17247 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.
17247 17248 17249 17250 17251 17252 17253 17254 |
# File 'lib/aws-sdk-glue/types.rb', line 17247 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.
17247 17248 17249 17250 17251 17252 17253 17254 |
# File 'lib/aws-sdk-glue/types.rb', line 17247 class MetricBasedObservation < Struct.new( :metric_name, :statistic_id, :metric_values, :new_rules) SENSITIVE = [] include Aws::Structure end |
#statistic_id ⇒ String
The Statistic ID.
17247 17248 17249 17250 17251 17252 17253 17254 |
# File 'lib/aws-sdk-glue/types.rb', line 17247 class MetricBasedObservation < Struct.new( :metric_name, :statistic_id, :metric_values, :new_rules) SENSITIVE = [] include Aws::Structure end |