public interface PMMLRuntimeInternal extends PMMLRuntime
| Modifier and Type | Method and Description |
|---|---|
Optional<KiePMMLModel> |
getKiePMMLModel(String modelName)
Returns the model registered with the given model name.
|
List<KiePMMLModel> |
getKiePMMLModels()
Returns a list of all models available to this runtime
|
org.kie.api.KieBase |
getKnowledgeBase()
Returns the
KieBase used by the current PMMLRuntime |
evaluate, getPMMLModel, getPMMLModelsorg.kie.api.KieBase getKnowledgeBase()
KieBase used by the current PMMLRuntimeList<KiePMMLModel> getKiePMMLModels()
Optional<KiePMMLModel> getKiePMMLModel(String modelName)
modelName - the name of the modelOptional with
the KiePMMLModel retrieved, or an empty one if none
is registered with the given name.Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.