Class GetDataQualityRuleRecommendationRunResponse

    • Method Detail

      • runId

        public final String runId()

        The unique run identifier associated with this run.

        Returns:
        The unique run identifier associated with this run.
      • dataSource

        public final DataSource dataSource()

        The data source (an Glue table) associated with this run.

        Returns:
        The data source (an Glue table) associated with this run.
      • role

        public final String role()

        An IAM role supplied to encrypt the results of the run.

        Returns:
        An IAM role supplied to encrypt the results of the run.
      • numberOfWorkers

        public final Integer numberOfWorkers()

        The number of G.1X workers to be used in the run. The default is 5.

        Returns:
        The number of G.1X workers to be used in the run. The default is 5.
      • timeout

        public final Integer timeout()

        The timeout for a run in minutes. This is the maximum time that a run can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours).

        Returns:
        The timeout for a run in minutes. This is the maximum time that a run can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours).
      • errorString

        public final String errorString()

        The error strings that are associated with the run.

        Returns:
        The error strings that are associated with the run.
      • startedOn

        public final Instant startedOn()

        The date and time when this run started.

        Returns:
        The date and time when this run started.
      • lastModifiedOn

        public final Instant lastModifiedOn()

        A timestamp. The last point in time when this data quality rule recommendation run was modified.

        Returns:
        A timestamp. The last point in time when this data quality rule recommendation run was modified.
      • completedOn

        public final Instant completedOn()

        The date and time when this run was completed.

        Returns:
        The date and time when this run was completed.
      • executionTime

        public final Integer executionTime()

        The amount of time (in seconds) that the run consumed resources.

        Returns:
        The amount of time (in seconds) that the run consumed resources.
      • recommendedRuleset

        public final String recommendedRuleset()

        When a start rule recommendation run completes, it creates a recommended ruleset (a set of rules). This member has those rules in Data Quality Definition Language (DQDL) format.

        Returns:
        When a start rule recommendation run completes, it creates a recommended ruleset (a set of rules). This member has those rules in Data Quality Definition Language (DQDL) format.
      • createdRulesetName

        public final String createdRulesetName()

        The name of the ruleset that was created by the run.

        Returns:
        The name of the ruleset that was created by the run.
      • dataQualitySecurityConfiguration

        public final String dataQualitySecurityConfiguration()

        The name of the security configuration created with the data quality encryption option.

        Returns:
        The name of the security configuration created with the data quality encryption option.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object