Skip to content

Commit d60f8d3

Browse files
authored
Add notebook references to Inference Pipelines README doc (#519)
1 parent 36894cb commit d60f8d3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -854,6 +854,11 @@ This returns a predictor the same way an ``Estimator`` does when ``deploy()`` is
854854
request using this predictor, you should pass the data that the first container expects and the predictor will return the
855855
output from the last container.
856856
857+
For comprehensive examples on how to use Inference Pipelines please refer to the following notebooks:
858+
859+
- `inference_pipeline_sparkml_xgboost_abalone.ipynb <https://github.com/awslabs/amazon-sagemaker-examples/blob/master/advanced_functionality/inference_pipeline_sparkml_xgboost_abalone/inference_pipeline_sparkml_xgboost_abalone.ipynb>`__
860+
- `inference_pipeline_sparkml_blazingtext_dbpedia.ipynb <https://github.com/awslabs/amazon-sagemaker-examples/blob/master/advanced_functionality/inference_pipeline_sparkml_blazingtext_dbpedia/inference_pipeline_sparkml_blazingtext_dbpedia.ipynb>`__
861+
857862
858863
SageMaker Workflow
859864
------------------

0 commit comments

Comments
 (0)