AnomalyDetectorConfiguration
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.
Types
Properties
Link copied to clipboard
An array of time ranges to exclude from use when the anomaly detection model is trained. Use this to make sure that events that could cause unusual values for the metric, such as deployments, aren't used when CloudWatch creates the model.
Link copied to clipboard
The time zone to use for the metric. This is useful to enable the model to automatically account for daylight savings time changes if the metric is sensitive to such time changes.
Functions
Link copied to clipboard
inline fun copy(block: AnomalyDetectorConfiguration.Builder.() -> Unit = {}): AnomalyDetectorConfiguration