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.
6743 6744 6745 6746 6747 6748 6749 6750 |
# File 'lib/aws-sdk-glue/types.rb', line 6743 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.
6743 6744 6745 6746 6747 6748 6749 6750 |
# File 'lib/aws-sdk-glue/types.rb', line 6743 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.
6743 6744 6745 6746 6747 6748 6749 6750 |
# File 'lib/aws-sdk-glue/types.rb', line 6743 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.
6743 6744 6745 6746 6747 6748 6749 6750 |
# File 'lib/aws-sdk-glue/types.rb', line 6743 class DataQualityMetricValues < Struct.new( :actual_value, :expected_value, :lower_limit, :upper_limit) SENSITIVE = [] include Aws::Structure end |