All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ai.h2o.automl.TimedH2ORunnable Maven / Gradle / Ivy

The newest version!
package ai.h2o.automl;

public interface TimedH2ORunnable extends H2ORunnable {
  boolean keepRunning();
  long timeRemainingMs();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy