diff --git a/doc/PIPELINE_SERVING.md b/doc/PIPELINE_SERVING.md index 95d706e41eceef16b1f675ab0bf8db7bb7302ce3..5e7df613898437db17d461d7eb0a7327d427ee03 100644 --- a/doc/PIPELINE_SERVING.md +++ b/doc/PIPELINE_SERVING.md @@ -425,6 +425,8 @@ service PipelineService { ## ★ Classic examples +All examples of pipelines are in [examples/pipeline/](../python/examples/pipeline) directory. + Here, we build a simple imdb model enable example to show how to use Pipeline Serving. The relevant code can be found in the `python/examples/pipeline/imdb_model_ensemble` folder. The Server-side structure in the example is shown in the following figure: diff --git a/doc/PIPELINE_SERVING_CN.md b/doc/PIPELINE_SERVING_CN.md index 05614c807dc5e389d19be1d70d1745c6cb90ea9a..d53f62869978471c7541d4342d57764397ed0435 100644 --- a/doc/PIPELINE_SERVING_CN.md +++ b/doc/PIPELINE_SERVING_CN.md @@ -428,6 +428,8 @@ service PipelineService { ## ★ 典型示例 +所有Pipeline示例在[examples/pipeline/](../python/examples/pipeline) 目录下。 + 这里通过搭建简单的 imdb model ensemble 例子来展示如何使用 Pipeline Serving,相关代码在 `python/examples/pipeline/imdb_model_ensemble` 文件夹下可以找到,例子中的 Server 端结构如下图所示: