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

ai.h2o.mojos.runtime.package-info Maven / Gradle / Ivy

There is a newer version: 2.8.7.1
Show newest version
/**
 * Entry point package to load MOJO.
 *
 * The package exposes two main concepts:
 *
 *   - {@link ai.h2o.mojos.runtime.MojoPipeline}  represents an interface of MOJO scoring pipeline.
 *   - {@link ai.h2o.mojos.runtime.api.MojoPipelineService}  provide a factory to instantiate MOJO pipelines
 *     from different sources represented by subclasses of {@link ai.h2o.mojos.runtime.api.backend.ReaderBackend}.
 */
package ai.h2o.mojos.runtime;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy