class Aws::CloudWatch::Types::AnomalyDetector

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

@!attribute [rw] namespace

The namespace of the metric associated with the anomaly detection
model.
@return [String]

@!attribute [rw] metric_name

The name of the metric associated with the anomaly detection model.
@return [String]

@!attribute [rw] dimensions

The metric dimensions associated with the anomaly detection model.
@return [Array<Types::Dimension>]

@!attribute [rw] stat

The statistic associated with the anomaly detection model.
@return [String]

@!attribute [rw] 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.
@return [Types::AnomalyDetectorConfiguration]

@!attribute [rw] state_value

The current status of the anomaly detector's training. The possible
values are `TRAINED | PENDING_TRAINING | TRAINED_INSUFFICIENT_DATA`
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/monitoring-2010-08-01/AnomalyDetector AWS API Documentation

Constants

SENSITIVE