GetDataQualityResultResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of DataQualityAnalyzerResult objects representing the results for each analyzer.

Link copied to clipboard

The date and time when the run for this data quality result was completed.

Link copied to clipboard

The table associated with the data quality result, if any.

Link copied to clipboard

In the context of a job in Glue Studio, each node in the canvas is typically assigned some sort of name and data quality nodes will have names. In the case of multiple nodes, the evaluationContext can differentiate the nodes.

Link copied to clipboard

The job name associated with the data quality result, if any.

Link copied to clipboard

The job run ID associated with the data quality result, if any.

Link copied to clipboard

A list of DataQualityObservation objects representing the observations generated after evaluating the rules and analyzers.

Link copied to clipboard

A unique result ID for the data quality result.

Link copied to clipboard

A list of DataQualityRuleResult objects representing the results for each rule.

Link copied to clipboard

The unique run ID associated with the ruleset evaluation.

Link copied to clipboard

The name of the ruleset associated with the data quality result.

Link copied to clipboard

An aggregate data quality score. Represents the ratio of rules that passed to the total number of rules.

Link copied to clipboard

The date and time when the run for this data quality result started.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String