Skip to content

Commit d98e6be

Browse files
committed
Address comments from Yuan
1 parent a4fb9a4 commit d98e6be

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

README.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Table of Contents
3838
10. `SageMaker Batch Transform <#sagemaker-batch-transform>`__
3939
11. `Secure Training and Inference with VPC <#secure-training-and-inference-with-vpc>`__
4040
12. `BYO Model <#byo-model>`__
41+
13. `SageMaker Workflow <#sagemaker-workflow>`__
4142

4243

4344
Installing the SageMaker Python SDK
@@ -706,3 +707,13 @@ After that, invoke the ``deploy()`` method on the ``Model``:
706707
This returns a predictor the same way an ``Estimator`` does when ``deploy()`` is called. You can now get inferences just like with any other model deployed on Amazon SageMaker.
707708
708709
A full example is available in the `Amazon SageMaker examples repository <https://github.com/awslabs/amazon-sagemaker-examples/tree/master/advanced_functionality/mxnet_mnist_byom>`__.
710+
711+
712+
SageMaker Workflow
713+
------------------
714+
715+
You can use Apache Airflow to author, schedule and monitor SageMaker workflow.
716+
717+
For more information, see `SageMaker Workflow in Apache Airflow`_.
718+
719+
.. _SageMaker Workflow in Apache Airflow: src/sagemaker/workflow/README.rst

src/sagemaker/workflow/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
=============================
2-
SageMaker Workflow in Airflow
3-
=============================
1+
====================================
2+
SageMaker Workflow in Apache Airflow
3+
====================================
44

55
Apache Airflow
66
~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)