FeatureStatsAndAnomalySpec class final
Defines how to select FeatureStatsAndAnomaly to be populated in response. If set, retrieves FeatureStatsAndAnomaly generated by FeatureMonitors based on this spec.
- Inheritance
-
- Object
- ProtoMessage
- FeatureStatsAndAnomalySpec
Constructors
- FeatureStatsAndAnomalySpec({int? latestStatsCount, Interval? statsTimeRange})
- FeatureStatsAndAnomalySpec.fromJson(Object? j)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- latestStatsCount → int?
-
Optional. If set, returns the most recent count of stats. Valid value is
0, 100. If stats_time_range is set, return most recent count of stats within the stats_time_range.final - qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- statsTimeRange → Interval?
-
Optional. If set, return all stats generated between [start_time,
end_time). If latest_stats_count is set, return the most recent count of
stats within the stats_time_range.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Object -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- fullyQualifiedName → const String