Interface DataQualityAnalyzerResult.Builder

    • Method Detail

      • name

        DataQualityAnalyzerResult.Builder name​(String name)

        The name of the data quality analyzer.

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

        DataQualityAnalyzerResult.Builder description​(String description)

        A description of the data quality analyzer.

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

        DataQualityAnalyzerResult.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

        DataQualityAnalyzerResult.Builder evaluatedMetrics​(Map<String,​Double> evaluatedMetrics)

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

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