Class ModelPredictorProducer

java.lang.Object
org.apache.camel.component.djl.model.ModelPredictorProducer

public final class ModelPredictorProducer extends Object
  • Method Details

    • getZooPredictor

      public static AbstractPredictor getZooPredictor(String applicationPath, String artifactId) throws ai.djl.repository.zoo.ModelNotFoundException, ai.djl.MalformedModelException, IOException
      Throws:
      ai.djl.repository.zoo.ModelNotFoundException
      ai.djl.MalformedModelException
      IOException
    • getCustomPredictor

      public static AbstractPredictor getCustomPredictor(String applicationPath, String model, String translator)