| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
DataQualityMetricValues |
DataQualityMetricValues.clone() |
DataQualityMetricValues |
MetricBasedObservation.getMetricValues()
An object of type
DataQualityMetricValues representing the analysis of the data quality metric
value. |
DataQualityMetricValues |
DataQualityMetricValues.withActualValue(Double actualValue)
The actual value of the data quality metric.
|
DataQualityMetricValues |
DataQualityMetricValues.withExpectedValue(Double expectedValue)
The expected value of the data quality metric according to the analysis of historical data.
|
DataQualityMetricValues |
DataQualityMetricValues.withLowerLimit(Double lowerLimit)
The lower limit of the data quality metric value according to the analysis of historical data.
|
DataQualityMetricValues |
DataQualityMetricValues.withUpperLimit(Double upperLimit)
The upper limit of the data quality metric value according to the analysis of historical data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetricBasedObservation.setMetricValues(DataQualityMetricValues metricValues)
An object of type
DataQualityMetricValues representing the analysis of the data quality metric
value. |
MetricBasedObservation |
MetricBasedObservation.withMetricValues(DataQualityMetricValues metricValues)
An object of type
DataQualityMetricValues representing the analysis of the data quality metric
value. |
Copyright © 2025. All rights reserved.