DataQualityRuleResult
Describes the result of the evaluation of a data quality rule.
Contents
- Description
-
A description of the data quality rule.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 2048.
Pattern:
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
Required: No
- EvaluatedMetrics
-
A map of metrics associated with the evaluation of the rule.
Type: String to double map
Key Length Constraints: Minimum length of 1. Maximum length of 255.
Key Pattern:
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*
Required: No
- EvaluatedRule
-
The evaluated rule.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 2048.
Pattern:
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
Required: No
- EvaluationMessage
-
An evaluation message.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 2048.
Pattern:
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
Required: No
- Name
-
The name of the data quality rule.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*
Required: No
- Result
-
A pass or fail status for the rule.
Type: String
Valid Values:
PASS | FAIL | ERROR
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: