You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
11. `Secure Training and Inference with VPC <#secure-training-and-inference-with-vpc>`__
40
40
12. `BYO Model <#byo-model>`__
41
+
13. `SageMaker Workflow <#sagemaker-workflow>`__
41
42
42
43
43
44
Installing the SageMaker Python SDK
@@ -706,3 +707,13 @@ After that, invoke the ``deploy()`` method on the ``Model``:
706
707
This returns a predictor the same way an ``Estimator`` does when ``deploy()``is called. You can now get inferences just like withany other model deployed on Amazon SageMaker.
707
708
708
709
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
0 commit comments