Class RpcTranslator<I,O>

java.lang.Object
ai.djl.engine.rpc.RpcTranslator<I,O>
All Implemented Interfaces:
NoBatchifyTranslator<I,O>, PostProcessor<O>, PreProcessor<I>, Translator<I,O>

public class RpcTranslator<I,O> extends Object implements NoBatchifyTranslator<I,O>
The Translator for model deploy on remote model server.