Class ModelPredictorProducer
java.lang.Object
org.apache.camel.component.djl.model.ModelPredictorProducer
-
Method Summary
Modifier and TypeMethodDescriptionstatic AbstractPredictorgetCustomPredictor(DJLEndpoint endpoint) static AbstractPredictorgetZooPredictor(DJLEndpoint endpoint)
-
Method Details
-
getZooPredictor
public static AbstractPredictor getZooPredictor(DJLEndpoint endpoint) throws ai.djl.repository.zoo.ModelNotFoundException, ai.djl.MalformedModelException, IOException - Throws:
ai.djl.repository.zoo.ModelNotFoundExceptionai.djl.MalformedModelExceptionIOException
-
getCustomPredictor
-