Property ExcludedSubgroupIDs
ExcludedSubgroupIDs
Gets or sets the IDs of the subgroups whose data will be excluded from the retraining of the (shared) model. A subgroup will be excluded if either its ID is in this list, or its name is in ExcludedSubgroupNames. If both lists are empty, no subgroups will be excluded. Available from DataMiner 10.5.9/10.6.0 onwards.
public List<Guid> ExcludedSubgroupIDs { get; set; }