Class: Aws::Glue::Types::DataQualityAggregatedMetrics
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DataQualityAggregatedMetrics
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
A summary of metrics showing the total counts of processed rows and rules, including their pass/fail statistics based on row-level results.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#total_rows_failed ⇒ Float
The total number of rows that failed one or more data quality rules.
-
#total_rows_passed ⇒ Float
The total number of rows that passed all applicable data quality rules.
-
#total_rows_processed ⇒ Float
The total number of rows that were processed during the data quality evaluation.
-
#total_rules_failed ⇒ Float
The total number of data quality rules that failed their evaluation criteria.
-
#total_rules_passed ⇒ Float
The total number of data quality rules that passed their evaluation criteria.
-
#total_rules_processed ⇒ Float
The total number of data quality rules that were evaluated.
Instance Attribute Details
#total_rows_failed ⇒ Float
The total number of rows that failed one or more data quality rules.
7977 7978 7979 7980 7981 7982 7983 7984 7985 7986 |
# File 'lib/aws-sdk-glue/types.rb', line 7977 class DataQualityAggregatedMetrics < Struct.new( :total_rows_processed, :total_rows_passed, :total_rows_failed, :total_rules_processed, :total_rules_passed, :total_rules_failed) SENSITIVE = [] include Aws::Structure end |
#total_rows_passed ⇒ Float
The total number of rows that passed all applicable data quality rules.
7977 7978 7979 7980 7981 7982 7983 7984 7985 7986 |
# File 'lib/aws-sdk-glue/types.rb', line 7977 class DataQualityAggregatedMetrics < Struct.new( :total_rows_processed, :total_rows_passed, :total_rows_failed, :total_rules_processed, :total_rules_passed, :total_rules_failed) SENSITIVE = [] include Aws::Structure end |
#total_rows_processed ⇒ Float
The total number of rows that were processed during the data quality evaluation.
7977 7978 7979 7980 7981 7982 7983 7984 7985 7986 |
# File 'lib/aws-sdk-glue/types.rb', line 7977 class DataQualityAggregatedMetrics < Struct.new( :total_rows_processed, :total_rows_passed, :total_rows_failed, :total_rules_processed, :total_rules_passed, :total_rules_failed) SENSITIVE = [] include Aws::Structure end |
#total_rules_failed ⇒ Float
The total number of data quality rules that failed their evaluation criteria.
7977 7978 7979 7980 7981 7982 7983 7984 7985 7986 |
# File 'lib/aws-sdk-glue/types.rb', line 7977 class DataQualityAggregatedMetrics < Struct.new( :total_rows_processed, :total_rows_passed, :total_rows_failed, :total_rules_processed, :total_rules_passed, :total_rules_failed) SENSITIVE = [] include Aws::Structure end |
#total_rules_passed ⇒ Float
The total number of data quality rules that passed their evaluation criteria.
7977 7978 7979 7980 7981 7982 7983 7984 7985 7986 |
# File 'lib/aws-sdk-glue/types.rb', line 7977 class DataQualityAggregatedMetrics < Struct.new( :total_rows_processed, :total_rows_passed, :total_rows_failed, :total_rules_processed, :total_rules_passed, :total_rules_failed) SENSITIVE = [] include Aws::Structure end |
#total_rules_processed ⇒ Float
The total number of data quality rules that were evaluated.
7977 7978 7979 7980 7981 7982 7983 7984 7985 7986 |
# File 'lib/aws-sdk-glue/types.rb', line 7977 class DataQualityAggregatedMetrics < Struct.new( :total_rows_processed, :total_rows_passed, :total_rows_failed, :total_rules_processed, :total_rules_passed, :total_rules_failed) SENSITIVE = [] include Aws::Structure end |