Interface GetDataQualityModelResponse.Builder

  • Method Details

    • status

      The training status of the data quality model.

      Parameters:
      status - The training status of the data quality model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The training status of the data quality model.

      Parameters:
      status - The training status of the data quality model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • startedOn

      The timestamp when the data quality model training started.

      Parameters:
      startedOn - The timestamp when the data quality model training started.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • completedOn

      GetDataQualityModelResponse.Builder completedOn(Instant completedOn)

      The timestamp when the data quality model training completed.

      Parameters:
      completedOn - The timestamp when the data quality model training completed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • failureReason

      GetDataQualityModelResponse.Builder failureReason(String failureReason)

      The training failure reason.

      Parameters:
      failureReason - The training failure reason.
      Returns:
      Returns a reference to this object so that method calls can be chained together.