Uses of Class
org.apache.camel.component.djl.DJLEndpoint
Packages that use DJLEndpoint
Package
Description
-
Uses of DJLEndpoint in org.apache.camel.component.djl
Constructors in org.apache.camel.component.djl with parameters of type DJLEndpoint -
Uses of DJLEndpoint in org.apache.camel.component.djl.model
Methods in org.apache.camel.component.djl.model that return DJLEndpointMethods in org.apache.camel.component.djl.model with parameters of type DJLEndpointModifier and TypeMethodDescriptionstatic AbstractPredictorModelPredictorProducer.getCustomPredictor(DJLEndpoint endpoint) static AbstractPredictorModelPredictorProducer.getZooPredictor(DJLEndpoint endpoint) Constructors in org.apache.camel.component.djl.model with parameters of type DJLEndpoint -
Uses of DJLEndpoint in org.apache.camel.component.djl.model.audio
Constructors in org.apache.camel.component.djl.model.audio with parameters of type DJLEndpointModifierConstructorDescriptionCustomAudioPredictor(DJLEndpoint endpoint) ZooAudioPredictor(DJLEndpoint endpoint) -
Uses of DJLEndpoint in org.apache.camel.component.djl.model.cv
Constructors in org.apache.camel.component.djl.model.cv with parameters of type DJLEndpointModifierConstructorDescriptionAbstractCvZooPredictor(DJLEndpoint endpoint) CustomCvPredictor(DJLEndpoint endpoint) CustomImageGenerationPredictor(DJLEndpoint endpoint) ZooActionRecognitionPredictor(DJLEndpoint endpoint) ZooImageClassificationPredictor(DJLEndpoint endpoint) ZooImageEnhancementPredictor(DJLEndpoint endpoint) ZooImageGenerationPredictor(DJLEndpoint endpoint) ZooInstanceSegmentationPredictor(DJLEndpoint endpoint) ZooObjectDetectionPredictor(DJLEndpoint endpoint) ZooPoseEstimationPredictor(DJLEndpoint endpoint) ZooSemanticSegmentationPredictor(DJLEndpoint endpoint) ZooWordRecognitionPredictor(DJLEndpoint endpoint) -
Uses of DJLEndpoint in org.apache.camel.component.djl.model.nlp
Constructors in org.apache.camel.component.djl.model.nlp with parameters of type DJLEndpointModifierConstructorDescriptionAbstractNlpZooPredictor(DJLEndpoint endpoint) CustomNlpPredictor(DJLEndpoint endpoint) CustomQuestionAnswerPredictor(DJLEndpoint endpoint) CustomWordEmbeddingPredictor(DJLEndpoint endpoint) ZooFillMaskPredictor(DJLEndpoint endpoint) ZooMachineTranslationPredictor(DJLEndpoint endpoint) ZooMultipleChoicePredictor(DJLEndpoint endpoint) ZooQuestionAnswerPredictor(DJLEndpoint endpoint) ZooSentimentAnalysisPredictor(DJLEndpoint endpoint) ZooTextClassificationPredictor(DJLEndpoint endpoint) ZooTextEmbeddingPredictor(DJLEndpoint endpoint) ZooTextGenerationPredictor(DJLEndpoint endpoint) ZooTokenClassificationPredictor(DJLEndpoint endpoint) ZooWordEmbeddingPredictor(DJLEndpoint endpoint) -
Uses of DJLEndpoint in org.apache.camel.component.djl.model.tabular
Constructors in org.apache.camel.component.djl.model.tabular with parameters of type DJLEndpointModifierConstructorDescriptionCustomTabularPredictor(DJLEndpoint endpoint) ZooLinearRegressionPredictor(DJLEndpoint endpoint) ZooSoftmaxRegressionPredictor(DJLEndpoint endpoint) -
Uses of DJLEndpoint in org.apache.camel.component.djl.model.timeseries
Constructors in org.apache.camel.component.djl.model.timeseries with parameters of type DJLEndpointModifierConstructorDescriptionCustomForecastingPredictor(DJLEndpoint endpoint) ZooForecastingPredictor(DJLEndpoint endpoint)