DataQualityAggregatedMetrics
A summary of metrics showing the total counts of processed rows and rules, including their pass/fail statistics based on row-level results.
Contents
- TotalRowsFailed
-
The total number of rows that failed one or more data quality rules.
Type: Double
Required: No
- TotalRowsPassed
-
The total number of rows that passed all applicable data quality rules.
Type: Double
Required: No
- TotalRowsProcessed
-
The total number of rows that were processed during the data quality evaluation.
Type: Double
Required: No
- TotalRulesFailed
-
The total number of data quality rules that failed their evaluation criteria.
Type: Double
Required: No
- TotalRulesPassed
-
The total number of data quality rules that passed their evaluation criteria.
Type: Double
Required: No
- TotalRulesProcessed
-
The total number of data quality rules that were evaluated.
Type: Double
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: