Module Values.MetricCharacteristicsSource

This object includes parameters that you can use to provide information to CloudWatch to help it build more accurate anomaly detection models.

Sourcetype nonrec t = {
  1. periodicSpikes : PeriodicSpikes.t option;
    (*

    Set this parameter to true if values for this metric consistently include spikes that should not be considered to be anomalies. With this set to true, CloudWatch will expect to see spikes that occurred consistently during the model training period, and won't flag future similar spikes as anomalies.

    *)
}
Sourceval make : ?periodicSpikes:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of PeriodicSpikes.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t