class Aws::Glue::Types::DataQualityResult


@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DataQualityResult AWS API Documentation
@return [Types::DataQualityAggregatedMetrics]
statistics based on row-level results.
total counts of processed rows and rules, including their pass/fail
A summary of ‘DataQualityAggregatedMetrics` objects showing the
@!attribute [rw] aggregated_metrics
@return [Array<Types::DataQualityObservation>]
observations generated after evaluating the rules and analyzers.
A list of `DataQualityObservation` objects representing the
@!attribute [rw] observations
@return [Array<Types::DataQualityAnalyzerResult>]
results for each analyzer.
A list of `DataQualityAnalyzerResult` objects representing the
@!attribute [rw] analyzer_results
@return [Array<Types::DataQualityRuleResult>]
for each rule.
A list of `DataQualityRuleResult` objects representing the results
@!attribute [rw] rule_results
@return [String]
result.
The unique run ID for the ruleset evaluation for this data quality
@!attribute [rw] ruleset_evaluation_run_id
@return [String]
The job run ID associated with the data quality result, if any.
@!attribute [rw] job_run_id
@return [String]
The job name associated with the data quality result, if any.
@!attribute [rw] job_name
@return [Time]
The date and time when this data quality run completed.
@!attribute [rw] completed_on
@return [Time]
The date and time when this data quality run started.
@!attribute [rw] started_on
@return [String]
can differentiate the nodes.
have names. In the case of multiple nodes, the `evaluationContext`
typically assigned some sort of name and data quality nodes will
In the context of a job in Glue Studio, each node in the canvas is
@!attribute [rw] evaluation_context
@return [String]
The name of the ruleset associated with the data quality result.
@!attribute [rw] ruleset_name
@return [Types::DataSource]
The table associated with the data quality result, if any.
@!attribute [rw] data_source
@return [Float]
passed to the total number of rules.
An aggregate data quality score. Represents the ratio of rules that
@!attribute [rw] score
@return [String]
The Profile ID for the data quality result.
@!attribute [rw] profile_id
@return [String]
A unique result ID for the data quality result.
@!attribute [rw] result_id
Describes a data quality result.