@FunctionalInterface public interface AsyncModelBuilder
ModelReader) and mode parser
(see ModelParser) to build a model.| Modifier and Type | Method and Description |
|---|---|
<I extends Serializable,O extends Serializable> |
build(ModelReader reader,
ModelParser<I,O,?> parser)
Builds asynchronous inference model using specified model reader and model parser.
|
<I extends Serializable,O extends Serializable> Model<I,Future<O>> build(ModelReader reader, ModelParser<I,O,?> parser)
I - Type of model input.O - Type of model output.reader - Model reader.parser - Model parser.
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025