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.

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

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. The possible values are TRAINED | PENDING_TRAINING | TRAINED_INSUFFICIENT_DATA

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