AnomalyDetectorConfiguration class
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.
Constructors
-
AnomalyDetectorConfiguration({List<
Range> ? excludedTimeRanges, String? metricTimezone}) - AnomalyDetectorConfiguration.fromXml(XmlElement elem)
-
factory
Properties
-
excludedTimeRanges
→ List<
Range> ? -
An array of time ranges to exclude from use when the anomaly detection model
is trained. Use this to make sure that events that could cause unusual
values for the metric, such as deployments, aren't used when CloudWatch
creates the model.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- metricTimezone → String?
-
The time zone to use for the metric. This is useful to enable the model to
automatically account for daylight savings time changes if the metric is
sensitive to such time changes.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited