Uses of Class
software.amazon.awssdk.services.cloudwatch.model.AnomalyDetectorConfiguration
Packages that use AnomalyDetectorConfiguration
-
Uses of AnomalyDetectorConfiguration in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return AnomalyDetectorConfigurationModifier and TypeMethodDescriptionAnomalyDetector.configuration()The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude from use for training the model, and the time zone to use for the metric.PutAnomalyDetectorRequest.configuration()The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude when training and updating the model.Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type AnomalyDetectorConfigurationModifier and TypeMethodDescriptionAnomalyDetector.Builder.configuration(AnomalyDetectorConfiguration configuration) The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude from use for training the model, and the time zone to use for the metric.PutAnomalyDetectorRequest.Builder.configuration(AnomalyDetectorConfiguration configuration) The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude when training and updating the model.