Class ModelPredictorProducer
java.lang.Object
org.apache.camel.component.djl.model.ModelPredictorProducer
-
Method Summary
Modifier and TypeMethodDescriptionstatic AbstractPredictorgetCustomPredictor(String applicationPath, String model, String translator) static AbstractPredictorgetZooPredictor(String applicationPath, String artifactId)
-
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.ModelNotFoundExceptionai.djl.MalformedModelExceptionIOException
-
getCustomPredictor
public static AbstractPredictor getCustomPredictor(String applicationPath, String model, String translator)
-