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: src/sagemaker/config/config.py
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,8 @@ def load_sagemaker_config(
96
96
Note: S3 URI follows the format ``s3://<bucket>/<Key prefix>``
97
97
s3_resource (boto3.resource("s3")): The Boto3 S3 resource. This is used to fetch
98
98
config files from S3. If it is not provided, this method creates a default S3 resource.
99
-
See `Boto3 Session documentation <https://boto3.amazonaws.com/v1/documentation/api/latest/reference/core/session.html#boto3.session.Session.resource>`__.
99
+
See `Boto3 Session documentation <https://boto3.amazonaws.com/v1/documentation/api\
0 commit comments