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
Copy file name to clipboardExpand all lines: doc/overview.rst
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -799,6 +799,23 @@ After that, invoke the ``deploy()`` method on the ``Model``:
799
799
800
800
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.
801
801
802
+
Git support is also available when you bring your own model, through which you can use inference scripts stored in your
803
+
Git repositories. The process is similar to using Git support for training jobs. You can simply provide ``git_config``
804
+
when create the ``Model``object, and let ``entry_point``, ``source_dir``and``dependencies`` (if needed) be relative
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>`__.
803
820
804
821
You can also find this notebook in the **Advanced Functionality** section of the **SageMaker Examples** section in a notebook instance.
0 commit comments