Interface DJLEndpointBuilderFactory.DJLBuilders

    • Method Detail

      • djl

        default DJLEndpointBuilderFactory.DJLEndpointBuilder djl​(String path)
        Deep Java Library (camel-djl) Infer Deep Learning models from message exchanges data using Deep Java Library (DJL). Category: ai,deeplearning Since: 3.3 Maven coordinates: org.apache.camel:camel-djl Syntax: djl:application Path parameter: application (required) Application name
        Parameters:
        path - application
        Returns:
        the dsl builder
      • djl

        default DJLEndpointBuilderFactory.DJLEndpointBuilder djl​(String componentName,
                                                                 String path)
        Deep Java Library (camel-djl) Infer Deep Learning models from message exchanges data using Deep Java Library (DJL). Category: ai,deeplearning Since: 3.3 Maven coordinates: org.apache.camel:camel-djl Syntax: djl:application Path parameter: application (required) Application name
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - application
        Returns:
        the dsl builder