Interface DataQualityAggregatedMetrics.Builder

  • Method Details

    • totalRowsProcessed

      DataQualityAggregatedMetrics.Builder totalRowsProcessed(Double totalRowsProcessed)

      The total number of rows that were processed during the data quality evaluation.

      Parameters:
      totalRowsProcessed - The total number of rows that were processed during the data quality evaluation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • totalRowsPassed

      DataQualityAggregatedMetrics.Builder totalRowsPassed(Double totalRowsPassed)

      The total number of rows that passed all applicable data quality rules.

      Parameters:
      totalRowsPassed - The total number of rows that passed all applicable data quality rules.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • totalRowsFailed

      DataQualityAggregatedMetrics.Builder totalRowsFailed(Double totalRowsFailed)

      The total number of rows that failed one or more data quality rules.

      Parameters:
      totalRowsFailed - The total number of rows that failed one or more data quality rules.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • totalRulesProcessed

      DataQualityAggregatedMetrics.Builder totalRulesProcessed(Double totalRulesProcessed)

      The total number of data quality rules that were evaluated.

      Parameters:
      totalRulesProcessed - The total number of data quality rules that were evaluated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • totalRulesPassed

      DataQualityAggregatedMetrics.Builder totalRulesPassed(Double totalRulesPassed)

      The total number of data quality rules that passed their evaluation criteria.

      Parameters:
      totalRulesPassed - The total number of data quality rules that passed their evaluation criteria.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • totalRulesFailed

      DataQualityAggregatedMetrics.Builder totalRulesFailed(Double totalRulesFailed)

      The total number of data quality rules that failed their evaluation criteria.

      Parameters:
      totalRulesFailed - The total number of data quality rules that failed their evaluation criteria.
      Returns:
      Returns a reference to this object so that method calls can be chained together.