Interface DataQualityRuleResult.Builder

    • Method Detail

      • name

        DataQualityRuleResult.Builder name​(String 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.
      • 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.