diff --git a/doc/DESIGN.md b/doc/DESIGN.md index 6bad2ba5bea6b251d6a7892a3b81d58e1e45f688..18ca85acab8736afc770213a42da32be23152225 100644 --- a/doc/DESIGN.md +++ b/doc/DESIGN.md @@ -42,7 +42,12 @@ Client Python API当前有两个简单的功能,load_inference_conf和predict Server Python API主要负责加载预估模型,以及生成Paddle Serving需要的各种配置,包括engines,workflow,resource等 ### 3.4 Server Inferface - +

+ +

+

+ Server Interface +

### 3.5 Client Interface