Uses of Interface
org.kie.pmml.api.models.PMMLModel
-
Packages that use PMMLModel Package Description org.kie.pmml.api.models User-friendly representations to be used by end-consumer, e.g. returned in the Kogito environmentorg.kie.pmml.api.runtime -
-
Uses of PMMLModel in org.kie.pmml.api.models
Classes in org.kie.pmml.api.models that implement PMMLModel Modifier and Type Class Description classPMMLModelImplUser-friendly representation of a PMML model -
Uses of PMMLModel in org.kie.pmml.api.runtime
Methods in org.kie.pmml.api.runtime that return types with arguments of type PMMLModel Modifier and Type Method Description Optional<PMMLModel>PMMLRuntime. getPMMLModel(String fileName, String modelName, PMMLRuntimeContext context)Returns the model registered with the given model name.List<PMMLModel>PMMLRuntime. getPMMLModels(PMMLRuntimeContext context)Returns a list of all models available to this runtime
-