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: README.rst
+15-2Lines changed: 15 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -69,10 +69,23 @@ Supported Operating Systems
69
69
70
70
SageMaker Python SDK supports Unix/Linux and Mac.
71
71
72
-
Supported Python versions
72
+
Supported Python Versions
73
73
~~~~~~~~~~~~~~~~~~~~~~~~~
74
74
75
-
SageMaker Python SDK is tested on: \* Python 2.7 \* Python 3.5
75
+
SageMaker Python SDK is tested on:
76
+
77
+
- Python 2.7
78
+
- Python 3.5
79
+
80
+
AWS Permissions
81
+
~~~~~~~~~~~~~~~
82
+
83
+
As a managed service, Amazon SageMaker performs operations on your behalf on the AWS hardware that is managed by Amazon SageMaker.
84
+
Amazon SageMaker can perform only operations that the user permits.
85
+
You can read more about which permissions are necessary in the `AWS Documentation <https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-roles.html>`__.
86
+
87
+
The SageMaker Python SDK should not require any additional permissions.
88
+
However, if you are using an IAM role with a path in it, you should grant permission for ``iam:GetRole``.
0 commit comments