| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
DataQualityResult |
DataQualityResult.clone() |
DataQualityResult |
DataQualityResult.withCompletedOn(Date completedOn)
The date and time when this data quality run completed.
|
DataQualityResult |
DataQualityResult.withDataSource(DataSource dataSource)
The table associated with the data quality result, if any.
|
DataQualityResult |
DataQualityResult.withEvaluationContext(String evaluationContext)
In the context of a job in Glue Studio, each node in the canvas is typically assigned some sort of name and data
quality nodes will have names.
|
DataQualityResult |
DataQualityResult.withJobName(String jobName)
The job name associated with the data quality result, if any.
|
DataQualityResult |
DataQualityResult.withJobRunId(String jobRunId)
The job run ID associated with the data quality result, if any.
|
DataQualityResult |
DataQualityResult.withResultId(String resultId)
A unique result ID for the data quality result.
|
DataQualityResult |
DataQualityResult.withRuleResults(Collection<DataQualityRuleResult> ruleResults)
A list of
DataQualityRuleResult objects representing the results for each rule. |
DataQualityResult |
DataQualityResult.withRuleResults(DataQualityRuleResult... ruleResults)
A list of
DataQualityRuleResult objects representing the results for each rule. |
DataQualityResult |
DataQualityResult.withRulesetEvaluationRunId(String rulesetEvaluationRunId)
The unique run ID for the ruleset evaluation for this data quality result.
|
DataQualityResult |
DataQualityResult.withRulesetName(String rulesetName)
The name of the ruleset associated with the data quality result.
|
DataQualityResult |
DataQualityResult.withScore(Double score)
An aggregate data quality score.
|
DataQualityResult |
DataQualityResult.withStartedOn(Date startedOn)
The date and time when this data quality run started.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataQualityResult> |
BatchGetDataQualityResultResult.getResults()
A list of
DataQualityResult objects representing the data quality results. |
| Modifier and Type | Method and Description |
|---|---|
BatchGetDataQualityResultResult |
BatchGetDataQualityResultResult.withResults(DataQualityResult... results)
A list of
DataQualityResult objects representing the data quality results. |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetDataQualityResultResult.setResults(Collection<DataQualityResult> results)
A list of
DataQualityResult objects representing the data quality results. |
BatchGetDataQualityResultResult |
BatchGetDataQualityResultResult.withResults(Collection<DataQualityResult> results)
A list of
DataQualityResult objects representing the data quality results. |
Copyright © 2023. All rights reserved.