Interface AutoDataQuality.Builder

  • Method Details

    • isEnabled

      AutoDataQuality.Builder isEnabled(Boolean isEnabled)

      Specifies whether automatic data quality evaluation is enabled. When set to true, data quality checks are performed automatically.

      Parameters:
      isEnabled - Specifies whether automatic data quality evaluation is enabled. When set to true, data quality checks are performed automatically.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • evaluationContext

      AutoDataQuality.Builder evaluationContext(String evaluationContext)

      The evaluation context for the automatic data quality checks. This defines the scope and parameters for the data quality evaluation.

      Parameters:
      evaluationContext - The evaluation context for the automatic data quality checks. This defines the scope and parameters for the data quality evaluation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.