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_core/main/shapes.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5236,8 +5236,8 @@ class S3FileSystemConfig(Base):
5236
5236
s3_uri: The Amazon S3 URI of the S3 file system configuration.
5237
5237
"""
5238
5238
5239
+
s3_uri: str
5239
5240
mount_path: Optional[str] = Unassigned()
5240
-
s3_uri: Optional[str] = Unassigned()
5241
5241
5242
5242
5243
5243
class CustomFileSystemConfig(Base):
@@ -8126,7 +8126,7 @@ class S3FileSystem(Base):
8126
8126
s3_uri: The Amazon S3 URI that specifies the location in S3 where files are stored, which is mounted within the Studio environment. For example: s3://<bucket-name>/<prefix>/.
0 commit comments