Interface DataQualityMetricValues.Builder

    • Method Detail

      • actualValue

        DataQualityMetricValues.Builder actualValue​(Double actualValue)

        The actual value of the data quality metric.

        Parameters:
        actualValue - The actual value of the data quality metric.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • expectedValue

        DataQualityMetricValues.Builder expectedValue​(Double expectedValue)

        The expected value of the data quality metric according to the analysis of historical data.

        Parameters:
        expectedValue - The expected value of the data quality metric according to the analysis of historical data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lowerLimit

        DataQualityMetricValues.Builder lowerLimit​(Double lowerLimit)

        The lower limit of the data quality metric value according to the analysis of historical data.

        Parameters:
        lowerLimit - The lower limit of the data quality metric value according to the analysis of historical data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • upperLimit

        DataQualityMetricValues.Builder upperLimit​(Double upperLimit)

        The upper limit of the data quality metric value according to the analysis of historical data.

        Parameters:
        upperLimit - The upper limit of the data quality metric value according to the analysis of historical data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.