We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b4faf9 commit 91cc5f5Copy full SHA for 91cc5f5
src/sagemaker/inputs.py
@@ -263,6 +263,11 @@ def __init__(
263
the file system.
264
Reference: https://docs.aws.amazon.com/efs/latest/ug/mounting-fs.html and
265
https://docs.aws.amazon.com/fsx/latest/LustreGuide/mount-fs-auto-mount-onreboot.html
266
+ Note:
267
+ For the FSxLustre the directory_path = f"/{MountName}/{FileSystemPath}"
268
+ from these cli commands:
269
+ aws fsx describe-file-systems --file-system-ids <FSx filesystem ID>
270
+ aws fsx describe-data-repository-associations --association-ids <Data Repository Association ID>
271
file_system_access_mode (str): Permissions for read and write.
272
Valid values: 'ro' or 'rw'. Defaults to 'ro'.
273
"""
0 commit comments