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
+44
Original file line number
Diff line number
Diff line change
@@ -1063,6 +1063,50 @@ You can also find these notebooks in the **Advanced Functionality** section of t
1063
1063
For information about using sample notebooks in a SageMaker notebook instance, see `Use Example Notebooks <https://docs.aws.amazon.com/sagemaker/latest/dg/howitworks-nbexamples.html>`__
1064
1064
in the AWS documentation.
1065
1065
1066
+
********************
1067
+
Serverless Inference
1068
+
********************
1069
+
1070
+
You can use the SageMaker Python SDK to perform serverless inference on Lambda.
1071
+
1072
+
To deploy models to Lambda, you must complete the following prerequisites:
1073
+
1074
+
-`Package your model and inference code as a container image. <https://docs.aws.amazon.com/lambda/latest/dg/images-create.html>`_
1075
+
- `Create a role that lists Lambda as a trusted entity. <https://docs.aws.amazon.com/lambda/latest/dg/lambda-intro-execution-role.html#permissions-executionrole-console>`_
1076
+
1077
+
After completing the prerequisites, you can deploy your model to Lambda using
0 commit comments