Feature_MonitoringStatsAnomaly_Objective class final
If the objective in the request is both Import Feature Analysis and Snapshot Analysis, this objective could be one of them. Otherwise, this objective should be the same as the objective in the request.
- Inheritance
-
- Object
- ProtoEnum
- Feature_MonitoringStatsAnomaly_Objective
Constructors
- Feature_MonitoringStatsAnomaly_Objective(String value)
-
const
- Feature_MonitoringStatsAnomaly_Objective.fromJson(Object? json)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isNotDefault → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String
-
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- $default → const Feature_MonitoringStatsAnomaly_Objective
- The default value for Feature_MonitoringStatsAnomaly_Objective.
- importFeatureAnalysis → const Feature_MonitoringStatsAnomaly_Objective
- Stats are generated by Import Feature Analysis.
- objectiveUnspecified → const Feature_MonitoringStatsAnomaly_Objective
- If it's OBJECTIVE_UNSPECIFIED, monitoring_stats will be empty.
- snapshotAnalysis → const Feature_MonitoringStatsAnomaly_Objective
- Stats are generated by Snapshot Analysis.