public class SingleModelBuilder extends Object implements SyncModelBuilder
| Constructor and Description |
|---|
SingleModelBuilder() |
| Modifier and Type | Method and Description |
|---|---|
<I extends Serializable,O extends Serializable,M extends Model<I,O>> |
build(ModelReader reader,
ModelParser<I,O,M> parser)
Builds synchronous inference model using specified model reader and model parser.
|
public <I extends Serializable,O extends Serializable,M extends Model<I,O>> M build(ModelReader reader, ModelParser<I,O,M> parser)
build in interface SyncModelBuilderI - 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