Class DJLEndpointBuilderFactory.DJLHeaderNameBuilder

java.lang.Object
org.apache.camel.builder.endpoint.dsl.DJLEndpointBuilderFactory.DJLHeaderNameBuilder
Enclosing interface:
DJLEndpointBuilderFactory

public static class DJLEndpointBuilderFactory.DJLHeaderNameBuilder extends Object
The builder of headers' name for the Deep Java Library component.
  • Constructor Details

    • DJLHeaderNameBuilder

      public DJLHeaderNameBuilder()
  • Method Details

    • djlInput

      public String djlInput()
      The input data used for prediction. The option is a: type. Group: producer
      Returns:
      the name of the header DjlInput.
    • djlFileType

      public String djlFileType()
      The file type of the message body data. It is used when the body is converted to bytes. The option is a: type. Group: producer
      Returns:
      the name of the header DjlFileType.