Interface IAINodeRPCService.AsyncIface
- All Known Implementing Classes:
IAINodeRPCService.AsyncClient
- Enclosing class:
- IAINodeRPCService
public static interface IAINodeRPCService.AsyncIface
-
Method Summary
Modifier and TypeMethodDescriptionvoidcreateTrainingTask(TTrainingReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler) voiddeleteModel(TDeleteModelReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler) voidforecast(TForecastReq req, org.apache.thrift.async.AsyncMethodCallback<TForecastResp> resultHandler) voidgetAIHeartbeat(TAIHeartbeatReq req, org.apache.thrift.async.AsyncMethodCallback<TAIHeartbeatResp> resultHandler) voidinference(TInferenceReq req, org.apache.thrift.async.AsyncMethodCallback<TInferenceResp> resultHandler) voidregisterModel(TRegisterModelReq req, org.apache.thrift.async.AsyncMethodCallback<TRegisterModelResp> resultHandler)
-
Method Details
-
deleteModel
void deleteModel(TDeleteModelReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
registerModel
void registerModel(TRegisterModelReq req, org.apache.thrift.async.AsyncMethodCallback<TRegisterModelResp> resultHandler) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
getAIHeartbeat
void getAIHeartbeat(TAIHeartbeatReq req, org.apache.thrift.async.AsyncMethodCallback<TAIHeartbeatResp> resultHandler) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
createTrainingTask
void createTrainingTask(TTrainingReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
inference
void inference(TInferenceReq req, org.apache.thrift.async.AsyncMethodCallback<TInferenceResp> resultHandler) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-
forecast
void forecast(TForecastReq req, org.apache.thrift.async.AsyncMethodCallback<TForecastResp> resultHandler) throws org.apache.thrift.TException - Throws:
org.apache.thrift.TException
-