StartDataQualityRulesetEvaluationRunRequest

Types

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

Properties

Link copied to clipboard

A map of reference strings to additional data sources you can specify for an evaluation run.

Link copied to clipboard

Additional run options you can specify for an evaluation run.

Link copied to clipboard

Used for idempotency and is recommended to be set to a random ID (such as a UUID) to avoid creating or starting multiple instances of the same resource.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
val role: String?

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

Link copied to clipboard

A list of ruleset names.

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