Table of Contents

Class RemoveRADSubgroupMessage

Namespace
Skyline.DataMiner.Analytics.Rad
Assembly
SLAnalyticsTypes.dll

Message to remove a subgroup from an already existing Relational Anomaly Detection (RAD) shared model group. Available from DataMiner 10.5.9/10.6.0 onwards. This message can be used to remove a subgroup from the shared model group without having to delete or retrain the entire shared model group. Results in a RemoveRADParameterGroupResponseMessage.

[Serializable]
public class RemoveRADSubgroupMessage : GetSessionedAnalyticsMessage, IGetAnalyticsMessage
Inheritance
TargetedClientRequestMessage
RemoveRADSubgroupMessage
Implements
Inherited Members
Extension Methods

Constructors

RemoveRADSubgroupMessage()

Initializes a new instance of the RemoveRADSubgroupMessage class.

RemoveRADSubgroupMessage(string, Guid)

Initializes a new instance of the RemoveRADSubgroupMessage class.

RemoveRADSubgroupMessage(string, string)

Initializes a new instance of the RemoveRADSubgroupMessage class.

Properties

SharedModelGroupName

The name of the shared model group from which the subgroup will be removed.

SubgroupID

The unique identifier of the subgroup to be removed. This field does not need to be specified when SubgroupName has been specified. The unique identifier of the subgroup can be retrieved using the GetRADParameterGroupInfoMessage message.

SubgroupName

The name of the subgroup to be removed. This field does not need to be specified when SubgroupID has been specified.