Package | Description |
---|---|
org.apache.ignite.ml.inference |
Root package for model inference functionality.
|
org.apache.ignite.ml.inference.builder |
Root package for model inference builders.
|
Modifier and Type | Method and Description |
---|---|
static Model<Vector,Future<Double>> |
IgniteModelStorageUtil.getAsyncModel(Ignite ignite,
String name,
AsyncModelBuilder mdlBldr)
Retrieves Ignite model by name using asynchronous model builder.
|
Modifier and Type | Class and Description |
---|---|
class |
IgniteDistributedModelBuilder
Builder that allows to start Apache Ignite services for distributed inference and get a facade that allows to work
with this distributed inference infrastructure as with a single inference model (see
Model ). |
class |
ThreadedModelBuilder
Implementation of asynchronous inference model builder that builds model processed locally utilizing specified number
of threads.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024