UnmanagedFileSystemReference Class
Unmanaged file system mounting configuration.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
UnmanagedFileSystemReference
Constructor
UnmanagedFileSystemReference(*, mount_command: str, relative_mount_path: str, **kwargs)
Parameters
- mount_command
- str
Required
Required. Mount command line. Note, Batch AI will append mount path to the command on its own.
- relative_mount_path
- str
Required
Required. The relative path on the compute node where the unmanaged file system will be mounted. Note that all cluster level unmanaged file systems will be mounted under $AZ_BATCHAI_MOUNT_ROOT location and all job level unmanaged file systems will be mounted under $AZ_BATCHAI_JOB_MOUNT_ROOT.
Feedback
Submit and view feedback for