Class HeavyHitterModel
- java.lang.Object
-
- org.apache.sysds.runtime.controlprogram.federated.monitoring.models.BaseModel
-
- org.apache.sysds.runtime.controlprogram.federated.monitoring.models.HeavyHitterModel
-
- All Implemented Interfaces:
Serializable
public class HeavyHitterModel extends BaseModel
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HeavyHitterModel()
HeavyHitterModel(Long id, Long workerId, String operation, double duration, Long count)
HeavyHitterModel(Long workerId, String operation, double duration, Long count)
-