ForecastStatistics class
The predicted high and low fault count. This is used to determine if a service has become anomalous and if an insight should be created.
Constructors
- ForecastStatistics({int? faultCountHigh, int? faultCountLow})
-
ForecastStatistics.fromJson(Map<
String, dynamic> json) -
factory
Properties
- faultCountHigh → int?
-
The upper limit of fault counts for a service.
final
- faultCountLow → int?
-
The lower limit of fault counts for a service.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited