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 voidsetArguments(java.util.Map<java.lang.String,?> arguments)Sets the configurations for theTranslatorinstance.-
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, getExpansions, prepare, toBatchTranslator, toBatchTranslator
-
-