Package ai.djl.translate
Interface ServingTranslator
-
- All Superinterfaces:
PostProcessor<Output>
,PreProcessor<Input>
,Translator<Input,Output>
public interface ServingTranslator extends Translator<Input,Output>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setArguments(java.util.Map<java.lang.String,?> arguments)
Sets the configurations for theTranslator
instance.-
Methods inherited from interface ai.djl.translate.PostProcessor
processOutput
-
Methods inherited from interface ai.djl.translate.PreProcessor
processInput
-
Methods inherited from interface ai.djl.translate.Translator
getBatchifier, prepare
-
-