Namespace Skyline.DataMiner.Analytics.Rad
Classes
- AddRADParameterGroupMessage
Message to start monitoring a parameter group with Relational Anomaly Detection. If a group with the same name already exists on the same Agent, it will be overwritten.
- AddRADParameterGroupResponseMessage
Response message for AddRADParameterGroupMessage.
- GetRADDataMessage
Message to retrieve the relational anomaly scores for a given time range of historical trend data values. Results in a GetRADDataResponseMessage.
- GetRADDataResponseMessage
Response message for GetRADDataMessage.
- GetRADParameterGroupInfoMessage
Message to get information about a parameter group with Relational Anomaly Detection.
- GetRADParameterGroupInfoResponseMessage
Response message for GetRADParameterGroupInfoMessage.
- GetRADParameterGroupsMessage
Message to retrieve the relational anomaly detection parameter group names. Results in a GetRADParameterGroupsResponseMessage.
- GetRADParameterGroupsResponseMessage
Response message for GetRADParameterGroupsMessage.
- RADDataPoint
A data point containing the 5-min. average trend data values, the time stamp of the data point and the anomaly score of the data point according to the RAD model.
- RADGroupInfo
Represents information about a parameter group of Relational Anomaly Detection.
- RemoveRADParameterGroupMessage
Message to stop monitoring a parameter group with Relational Anomaly Detection. Results in a RemoveRADParameterGroupResponseMessage.
- RemoveRADParameterGroupResponseMessage
Response message for RemoveRADParameterGroupMessage.
- RetrainRADModelMessage
Message class for triggering a retraining of the Relational Anomaly Detection (RAD) model. Results in a RetrainRADModelResponseMessage.
- RetrainRADModelResponseMessage
Response for RetrainRADModelMessage.
- TimeRange
Represents a time range with a start and end time.