Class EventStageModel
- java.lang.Object
-
- org.apache.sysds.runtime.controlprogram.federated.monitoring.models.BaseModel
-
- org.apache.sysds.runtime.controlprogram.federated.monitoring.models.EventStageModel
-
- All Implemented Interfaces:
Serializable
public class EventStageModel extends BaseModel
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description LocalDateTime
endTime
Long
eventId
String
operation
LocalDateTime
startTime
-
Constructor Summary
Constructors Constructor Description EventStageModel()
EventStageModel(Long id, Long eventId, String operation)
EventStageModel(Long eventId, String stageOperation)
-
-
-
Field Detail
-
eventId
public Long eventId
-
operation
public String operation
-
startTime
public LocalDateTime startTime
-
endTime
public LocalDateTime endTime
-
-