Class DQCheckResult

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class DQCheckResult
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Data quality check result for a specific dataset and rule.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static interface  DQCheckResult.Status
      Status of the data quality check.
    • Method Detail

      • getDataset

        public DQDataset getDataset()
        Gets the dataset. Dataset information for data quality check.
        Returns:
        the dataset
      • getDataQualityRule

        public DQRule getDataQualityRule()
        Gets the dataQualityRule. Data quality rule information.
        Returns:
        the dataQualityRule
      • getStatus

        public java.lang.String getStatus()
        Gets the status. Status of the data quality check.
        Returns:
        the status
      • getLogs

        public java.util.List<DQLogEntry> getLogs()
        Gets the logs. Log entries for this check.
        Returns:
        the logs
      • getStart

        public java.util.Date getStart()
        Gets the start. Start time of the check in ISO 8601 format.
        Returns:
        the start
      • getEnd

        public java.util.Date getEnd()
        Gets the end. End time of the check in ISO 8601 format.
        Returns:
        the end