Class RADSubgroupInfo
Represents information about a subgroup of a Relational Anomaly Detection shared model group. Available from DataMiner 10.5.9/10.6.0 onwards.
[Serializable]
public class RADSubgroupInfo
- Inheritance
-
RADSubgroupInfo
- Extension Methods
Constructors
- RADSubgroupInfo()
Initializes a new instance of the RADSubgroupInfo class.
- RADSubgroupInfo(List<RADParameter>)
Initializes a new instance of the RADSubgroupInfo class.
- RADSubgroupInfo(string, List<RADParameter>, double?, int?)
Initializes a new instance of the RADSubgroupInfo class.
Properties
- AnomalyThreshold
If specified, this determines the threshold for anomaly detection overriding the anomaly threshold set on the shared model group it is part of. If not specified (null), the anomaly threshold set on the shared model group will be used, or the default setting if the anomaly threshold is not set on shared model group level.
- ID
The unique identifier for the subgroup. Set by the server.
- IsMonitored
Indicates whether the subgroup is currently being monitored, or whether there was an error such that the subgroup can no longer be monitored (check the SLAnalytics logging for more details on the error).
- MinimumAnomalyDuration
The minimum duration in number of minutes for deviating behavior to be considered relevant anomalous behavior: If specified, this overrides the minimum anomaly duration set on the shared model group it is part of. If not specified (null), the minimum anomaly duration set on the shared model group is used (or the default setting if it is not set).
- Name
If specified (i.e. not null or empty), the name of the subgroup. If not specified, the subgroup will receive the name of the shared model group it is part of.
- Parameters
The parameters in the subgroup. In case multiple RADSubGroupInfo objects are defined for the same shared model group, the parameters in the subgroups need to be consistent with each other. This means that either the parameters in the subgroups have the same label, or the order of the parameters in the subgroups is consistent.