Uses of Class
software.amazon.awssdk.services.glue.model.DataQualityAggregatedMetrics
-
Packages that use DataQualityAggregatedMetrics Package Description software.amazon.awssdk.services.glue.model -
-
Uses of DataQualityAggregatedMetrics in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return DataQualityAggregatedMetrics Modifier and Type Method Description DataQualityAggregatedMetricsDataQualityResult. aggregatedMetrics()A summary ofDataQualityAggregatedMetricsobjects showing the total counts of processed rows and rules, including their pass/fail statistics based on row-level results.DataQualityAggregatedMetricsGetDataQualityResultResponse. aggregatedMetrics()A summary ofDataQualityAggregatedMetricsobjects showing the total counts of processed rows and rules, including their pass/fail statistics based on row-level results.Methods in software.amazon.awssdk.services.glue.model with parameters of type DataQualityAggregatedMetrics Modifier and Type Method Description DataQualityResult.BuilderDataQualityResult.Builder. aggregatedMetrics(DataQualityAggregatedMetrics aggregatedMetrics)A summary ofDataQualityAggregatedMetricsobjects showing the total counts of processed rows and rules, including their pass/fail statistics based on row-level results.GetDataQualityResultResponse.BuilderGetDataQualityResultResponse.Builder. aggregatedMetrics(DataQualityAggregatedMetrics aggregatedMetrics)A summary ofDataQualityAggregatedMetricsobjects showing the total counts of processed rows and rules, including their pass/fail statistics based on row-level results.
-