Uploaded image for project: 'Kogito'
  1. Kogito
  2. KOGITO-5889

Public API: PMML should support <file, modelname> pair instead of just <modelname> (incubation)

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • None
    • Core Engine
    • 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);
      

            Unassigned Unassigned
            evacchi Edoardo Vacchi (Inactive)
            Marian Macik Marian Macik
            Marian Macik Marian Macik
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: