Uses of Class
software.amazon.awssdk.services.lookoutmetrics.model.AnomalyDetectorDataQualityMetric
-
Packages that use AnomalyDetectorDataQualityMetric Package Description software.amazon.awssdk.services.lookoutmetrics.model -
-
Uses of AnomalyDetectorDataQualityMetric in software.amazon.awssdk.services.lookoutmetrics.model
Methods in software.amazon.awssdk.services.lookoutmetrics.model that return types with arguments of type AnomalyDetectorDataQualityMetric Modifier and Type Method Description List<AnomalyDetectorDataQualityMetric>GetDataQualityMetricsResponse. anomalyDetectorDataQualityMetricList()A list of the data quality metrics for theAnomalyDetectorArnthat you requested.Methods in software.amazon.awssdk.services.lookoutmetrics.model with parameters of type AnomalyDetectorDataQualityMetric Modifier and Type Method Description GetDataQualityMetricsResponse.BuilderGetDataQualityMetricsResponse.Builder. anomalyDetectorDataQualityMetricList(AnomalyDetectorDataQualityMetric... anomalyDetectorDataQualityMetricList)A list of the data quality metrics for theAnomalyDetectorArnthat you requested.Method parameters in software.amazon.awssdk.services.lookoutmetrics.model with type arguments of type AnomalyDetectorDataQualityMetric Modifier and Type Method Description GetDataQualityMetricsResponse.BuilderGetDataQualityMetricsResponse.Builder. anomalyDetectorDataQualityMetricList(Collection<AnomalyDetectorDataQualityMetric> anomalyDetectorDataQualityMetricList)A list of the data quality metrics for theAnomalyDetectorArnthat you requested.
-