| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
DataQualityAnalyzerResult |
DataQualityAnalyzerResult.addEvaluatedMetricsEntry(String key,
Double value)
Add a single EvaluatedMetrics entry
|
DataQualityAnalyzerResult |
DataQualityAnalyzerResult.clearEvaluatedMetricsEntries()
Removes all the entries added into EvaluatedMetrics.
|
DataQualityAnalyzerResult |
DataQualityAnalyzerResult.clone() |
DataQualityAnalyzerResult |
DataQualityAnalyzerResult.withDescription(String description)
A description of the data quality analyzer.
|
DataQualityAnalyzerResult |
DataQualityAnalyzerResult.withEvaluatedMetrics(Map<String,Double> evaluatedMetrics)
A map of metrics associated with the evaluation of the analyzer.
|
DataQualityAnalyzerResult |
DataQualityAnalyzerResult.withEvaluationMessage(String evaluationMessage)
An evaluation message.
|
DataQualityAnalyzerResult |
DataQualityAnalyzerResult.withName(String name)
The name of the data quality analyzer.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataQualityAnalyzerResult> |
GetDataQualityResultResult.getAnalyzerResults()
A list of
DataQualityAnalyzerResult objects representing the results for each analyzer. |
List<DataQualityAnalyzerResult> |
DataQualityResult.getAnalyzerResults()
A list of
DataQualityAnalyzerResult objects representing the results for each analyzer. |
| Modifier and Type | Method and Description |
|---|---|
GetDataQualityResultResult |
GetDataQualityResultResult.withAnalyzerResults(DataQualityAnalyzerResult... analyzerResults)
A list of
DataQualityAnalyzerResult objects representing the results for each analyzer. |
DataQualityResult |
DataQualityResult.withAnalyzerResults(DataQualityAnalyzerResult... analyzerResults)
A list of
DataQualityAnalyzerResult objects representing the results for each analyzer. |
| Modifier and Type | Method and Description |
|---|---|
void |
GetDataQualityResultResult.setAnalyzerResults(Collection<DataQualityAnalyzerResult> analyzerResults)
A list of
DataQualityAnalyzerResult objects representing the results for each analyzer. |
void |
DataQualityResult.setAnalyzerResults(Collection<DataQualityAnalyzerResult> analyzerResults)
A list of
DataQualityAnalyzerResult objects representing the results for each analyzer. |
GetDataQualityResultResult |
GetDataQualityResultResult.withAnalyzerResults(Collection<DataQualityAnalyzerResult> analyzerResults)
A list of
DataQualityAnalyzerResult objects representing the results for each analyzer. |
DataQualityResult |
DataQualityResult.withAnalyzerResults(Collection<DataQualityAnalyzerResult> analyzerResults)
A list of
DataQualityAnalyzerResult objects representing the results for each analyzer. |
Copyright © 2024. All rights reserved.