public class ModelTrainingEventsPublisher
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ModelTrainingEventsPublisher.Event |
Constructor and Description |
---|
ModelTrainingEventsPublisher(java.util.concurrent.BlockingQueue<ModelTrainingEventsPublisher.Event> events) |
Modifier and Type | Method and Description |
---|---|
void |
onAllIterationsComplete() |
void |
onIterationComplete() |
public ModelTrainingEventsPublisher(java.util.concurrent.BlockingQueue<ModelTrainingEventsPublisher.Event> events)