Uses of Class
org.apache.iotdb.ainode.rpc.thrift.TInferenceResp
-
Uses of TInferenceResp in org.apache.iotdb.ainode.rpc.thrift
Fields in org.apache.iotdb.ainode.rpc.thrift declared as TInferenceRespMethods in org.apache.iotdb.ainode.rpc.thrift that return TInferenceRespModifier and TypeMethodDescriptionTInferenceResp.deepCopy()IAINodeRPCService.AsyncClient.inference_call.getResult()IAINodeRPCService.inference_result.getSuccess()IAINodeRPCService.Client.inference(TInferenceReq req) IAINodeRPCService.Iface.inference(TInferenceReq req) IAINodeRPCService.Client.recv_inference()TInferenceResp.setInferenceResult(List<ByteBuffer> inferenceResult) Methods in org.apache.iotdb.ainode.rpc.thrift that return types with arguments of type TInferenceRespModifier and TypeMethodDescriptionorg.apache.thrift.async.AsyncMethodCallback<TInferenceResp>IAINodeRPCService.AsyncProcessor.inference.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) Methods in org.apache.iotdb.ainode.rpc.thrift with parameters of type TInferenceRespModifier and TypeMethodDescriptionintTInferenceResp.compareTo(TInferenceResp other) booleanTInferenceResp.equals(TInferenceResp that) IAINodeRPCService.inference_result.setSuccess(TInferenceResp success) Method parameters in org.apache.iotdb.ainode.rpc.thrift with type arguments of type TInferenceRespModifier and TypeMethodDescriptionvoidIAINodeRPCService.AsyncClient.inference(TInferenceReq req, org.apache.thrift.async.AsyncMethodCallback<TInferenceResp> resultHandler) voidIAINodeRPCService.AsyncIface.inference(TInferenceReq req, org.apache.thrift.async.AsyncMethodCallback<TInferenceResp> resultHandler) voidIAINodeRPCService.AsyncProcessor.inference.start(I iface, IAINodeRPCService.inference_args args, org.apache.thrift.async.AsyncMethodCallback<TInferenceResp> resultHandler) Constructors in org.apache.iotdb.ainode.rpc.thrift with parameters of type TInferenceRespModifierConstructorDescriptioninference_result(TInferenceResp success) TInferenceResp(TInferenceResp other) Performs a deep copy on other.Constructor parameters in org.apache.iotdb.ainode.rpc.thrift with type arguments of type TInferenceRespModifierConstructorDescriptioninference_call(TInferenceReq req, org.apache.thrift.async.AsyncMethodCallback<TInferenceResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)