class
Amazonite::CloudWatch::MetricCharacteristics
- Amazonite::CloudWatch::MetricCharacteristics
- Reference
- Object
Overview
This object includes parameters that you can use to provide information to CloudWatch to help it build more accurate anomaly detection models.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch/metric_characteristics.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#periodic_spikes : Bool | Nil
Set this parameter to
trueif values for this metric consistently include spikes that should not be considered to be anomalies. -
#periodic_spikes=(periodic_spikes : Bool | Nil)
Set this parameter to
trueif values for this metric consistently include spikes that should not be considered to be anomalies. - #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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.
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.