Constructor RetrainRADModelMessage
RetrainRADModelMessage()
Initializes a new instance of the RetrainRADModelMessage class.
public RetrainRADModelMessage()
RetrainRADModelMessage(string, List<TimeRange>)
Initializes a new instance with the specified parameters.
public RetrainRADModelMessage(string groupName, List<TimeRange> correctBehaviorTimeRanges)
Parameters
groupName
stringThe name of the group whose RAD model needs to be retrained.
correctBehaviorTimeRanges
List<TimeRange>A list of time ranges representing correct behavior, i.e. the training data.
RetrainRADModelMessage(string, DateTime, DateTime)
Initializes a new instance with the specified parameters.
public RetrainRADModelMessage(string groupName, DateTime startTime, DateTime endTime)
Parameters
groupName
stringThe name of the group whose RAD model needs to be retrained.
startTime
DateTimeStart time of the time range with correct behavior.
endTime
DateTimeEnd time of the time range with correct behavior.
RetrainRADModelMessage(string, DateTime, DateTime, List<string>)
Initializes a new instance with the specified parameters. Available from DataMiner 10.5.9/10.6.0 onwards.
public RetrainRADModelMessage(string groupName, DateTime startTime, DateTime endTime, List<string> excludedSubgroups)
Parameters
groupName
stringThe name of the group whose RAD model needs to be retrained.
startTime
DateTimeStart time of the time range over which training data will be fetched.
endTime
DateTimeEnd time of the time range over which training data will be fetched.
excludedSubgroups
List<string>The names of the subgroups whose data will be excluded from the retraining of the shared model.
RetrainRADModelMessage(string, DateTime, DateTime, List<Guid>)
Initializes a new instance with the specified parameters. Available from DataMiner 10.5.9/10.6.0 onwards.
public RetrainRADModelMessage(string groupName, DateTime startTime, DateTime endTime, List<Guid> excludedSubgroups)
Parameters
groupName
stringThe name of the group whose RAD model needs to be retrained.
startTime
DateTimestart time of the time range over which training data will be fetched.
endTime
DateTimeEnd time of the time range over which training data will be fetched.
excludedSubgroups
List<Guid>The IDs of the subgroups whose data will be excluded from the retraining of the shared model.