| Package | Description |
|---|---|
| com.amazonaws.services.glue |
|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
GetDataQualityRuleRecommendationRunResult |
AWSGlueClient.getDataQualityRuleRecommendationRun(GetDataQualityRuleRecommendationRunRequest request)
Gets the specified recommendation run that was used to generate rules.
|
GetDataQualityRuleRecommendationRunResult |
AWSGlue.getDataQualityRuleRecommendationRun(GetDataQualityRuleRecommendationRunRequest getDataQualityRuleRecommendationRunRequest)
Gets the specified recommendation run that was used to generate rules.
|
GetDataQualityRuleRecommendationRunResult |
AbstractAWSGlue.getDataQualityRuleRecommendationRun(GetDataQualityRuleRecommendationRunRequest request) |
| Modifier and Type | Method and Description |
|---|---|
GetDataQualityRuleRecommendationRunResult |
GetDataQualityRuleRecommendationRunResult.clone() |
GetDataQualityRuleRecommendationRunResult |
GetDataQualityRuleRecommendationRunResult.withCompletedOn(Date completedOn)
The date and time when this run was completed.
|
GetDataQualityRuleRecommendationRunResult |
GetDataQualityRuleRecommendationRunResult.withCreatedRulesetName(String createdRulesetName)
The name of the ruleset that was created by the run.
|
GetDataQualityRuleRecommendationRunResult |
GetDataQualityRuleRecommendationRunResult.withDataSource(DataSource dataSource)
The data source (an Glue table) associated with this run.
|
GetDataQualityRuleRecommendationRunResult |
GetDataQualityRuleRecommendationRunResult.withErrorString(String errorString)
The error strings that are associated with the run.
|
GetDataQualityRuleRecommendationRunResult |
GetDataQualityRuleRecommendationRunResult.withExecutionTime(Integer executionTime)
The amount of time (in seconds) that the run consumed resources.
|
GetDataQualityRuleRecommendationRunResult |
GetDataQualityRuleRecommendationRunResult.withLastModifiedOn(Date lastModifiedOn)
A timestamp.
|
GetDataQualityRuleRecommendationRunResult |
GetDataQualityRuleRecommendationRunResult.withNumberOfWorkers(Integer numberOfWorkers)
The number of
G.1X workers to be used in the run. |
GetDataQualityRuleRecommendationRunResult |
GetDataQualityRuleRecommendationRunResult.withRecommendedRuleset(String recommendedRuleset)
When a start rule recommendation run completes, it creates a recommended ruleset (a set of rules).
|
GetDataQualityRuleRecommendationRunResult |
GetDataQualityRuleRecommendationRunResult.withRole(String role)
An IAM role supplied to encrypt the results of the run.
|
GetDataQualityRuleRecommendationRunResult |
GetDataQualityRuleRecommendationRunResult.withRunId(String runId)
The unique run identifier associated with this run.
|
GetDataQualityRuleRecommendationRunResult |
GetDataQualityRuleRecommendationRunResult.withStartedOn(Date startedOn)
The date and time when this run started.
|
GetDataQualityRuleRecommendationRunResult |
GetDataQualityRuleRecommendationRunResult.withStatus(String status)
The status for this run.
|
GetDataQualityRuleRecommendationRunResult |
GetDataQualityRuleRecommendationRunResult.withStatus(TaskStatusType status)
The status for this run.
|
GetDataQualityRuleRecommendationRunResult |
GetDataQualityRuleRecommendationRunResult.withTimeout(Integer timeout)
The timeout for a run in minutes.
|
Copyright © 2024. All rights reserved.