Class DJLEndpointBuilderFactory.DJLHeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.DJLEndpointBuilderFactory.DJLHeaderNameBuilder
- Enclosing interface:
DJLEndpointBuilderFactory
The builder of headers' name for the Deep Java Library component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe file type of the message body data.djlInput()
The input data used for prediction.
-
Constructor Details
-
DJLHeaderNameBuilder
public DJLHeaderNameBuilder()
-
-
Method Details
-
djlInput
The input data used for prediction. The option is a: type. Group: producer- Returns:
- the name of the header
DjlInput
.
-
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
.
-