GetDataQualityRuleRecommendationRunResponse

The response for the Data Quality rule recommendation run.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The date and time when this run was completed.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The error strings that are associated with the run.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard
val role: String?

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

Link copied to clipboard

The unique run identifier associated with this run.

Link copied to clipboard

The date and time when this run started.

Link copied to clipboard

The status for this run.

Link copied to clipboard
val timeout: Int?

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

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String