docs/apis/AngelClient_en.md
AngelClient encapsulates all the main interfaces to the global operations of Angel, including the direct control over PSServer and worker. MLRunner calls AngelClient to complete the calling process of a machine learning application.
startPSServer
void startPSServer()loadModel
void loadModel(MLModel model)runTask
void runTask(Class<? extends BaseTask> taskClass) waitForCompletion
void waitForCompletion() saveModel
void saveModel(MLModel model) stop
void stop()