-
Task
-
Resolution: Unresolved
-
Major
-
None
-
None
-
3
-
False
-
False
-
-
2021 Week 40-42 (from Oct 4), 2021 Week 46-48 (from Nov 15), 2021 Week 49-51 (from Dec 6th), 2022 Week 02-04 (from Jan 10)
modelName is the name within the model file, so that should be unique. However, we can make it more specific with get(modelId, modelName) where modelId may be the file name – or something like that
i.e.:
LocalPredictionId decisionId = appRoot.get(PredictionIds.class).get(fileName, modelName);
// instead of just
LocalPredictionId decisionId = appRoot.get(PredictionIds.class).get(modelName);
- blocks
-
KOGITO-6252 Public API: Incubation (round 3)
- Open