Interface DataQualityRuleResult.Builder

  • Method Details

    • name

      The name of the data quality rule.

      Parameters:
      name - The name of the data quality rule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      DataQualityRuleResult.Builder description(String description)

      A description of the data quality rule.

      Parameters:
      description - A description of the data quality rule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • evaluationMessage

      DataQualityRuleResult.Builder evaluationMessage(String evaluationMessage)

      An evaluation message.

      Parameters:
      evaluationMessage - An evaluation message.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • result

      A pass or fail status for the rule.

      Parameters:
      result - A pass or fail status for the rule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • result

      A pass or fail status for the rule.

      Parameters:
      result - A pass or fail status for the rule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • evaluatedMetrics

      DataQualityRuleResult.Builder evaluatedMetrics(Map<String,Double> evaluatedMetrics)

      A map of metrics associated with the evaluation of the rule.

      Parameters:
      evaluatedMetrics - A map of metrics associated with the evaluation of the rule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • evaluatedRule

      DataQualityRuleResult.Builder evaluatedRule(String evaluatedRule)

      The evaluated rule.

      Parameters:
      evaluatedRule - The evaluated rule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ruleMetrics

      DataQualityRuleResult.Builder ruleMetrics(Map<String,Double> ruleMetrics)

      A map containing metrics associated with the evaluation of the rule based on row-level results.

      Parameters:
      ruleMetrics - A map containing metrics associated with the evaluation of the rule based on row-level results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.