AnomalyDetector

An anomaly detection model associated with a particular CloudWatch metric, statistic, or metric math expression. You can use the model to display a band of expected, normal values when the metric is graphed.

If you have enabled unified cross-account observability, and this account is a monitoring account, the metric can be in the same account or a source account.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

The metric dimensions associated with the anomaly detection model.

Link copied to clipboard

This object includes parameters that you can use to provide information about your metric to CloudWatch to help it build more accurate anomaly detection models. Currently, it includes the PeriodicSpikes parameter.

Link copied to clipboard

The CloudWatch metric math expression for this anomaly detector.

Link copied to clipboard

The name of the metric associated with the anomaly detection model.

Link copied to clipboard

The namespace of the metric associated with the anomaly detection model.

Link copied to clipboard

The CloudWatch metric and statistic for this anomaly detector.

Link copied to clipboard
val stat: String?

The statistic associated with the anomaly detection model.

Link copied to clipboard

The current status of the anomaly detector's training.

Functions

Link copied to clipboard
inline fun copy(block: AnomalyDetector.Builder.() -> Unit = {}): AnomalyDetector
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String