PutAnomalyDetectorRequest

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 when training and updating the model. You can specify as many as 10 time ranges.

Link copied to clipboard

The metric dimensions to create the anomaly detection model for.

Link copied to clipboard

Use this object to include parameters 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 metric math anomaly detector to be created.

Link copied to clipboard

The name of the metric to create the anomaly detection model for.

Link copied to clipboard

The namespace of the metric to create the anomaly detection model for.

Link copied to clipboard

A single metric anomaly detector to be created.

Link copied to clipboard
val stat: String?

The statistic to use for the metric and the anomaly detection model.

Functions

Link copied to clipboard
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