Class UnmanagedFileSystemReference
java.lang.Object
com.microsoft.azure.management.batchai.UnmanagedFileSystemReference
Unmananged file system mounting configuration.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet mount command line.Get the relative path on the compute node where the unmanaged file system will be mounted.withMountCommand
(String mountCommand) Set mount command line.withRelativeMountPath
(String relativeMountPath) Set the relative path on the compute node where the unmanaged file system will be mounted.
-
Constructor Details
-
UnmanagedFileSystemReference
public UnmanagedFileSystemReference()
-
-
Method Details
-
mountCommand
Get mount command line. Note, Batch AI will append mount path to the command on its own.- Returns:
- the mountCommand value
-
withMountCommand
Set mount command line. Note, Batch AI will append mount path to the command on its own.- Parameters:
mountCommand
- the mountCommand value to set- Returns:
- the UnmanagedFileSystemReference object itself.
-
relativeMountPath
Get 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.- Returns:
- the relativeMountPath value
-
withRelativeMountPath
Set 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.- Parameters:
relativeMountPath
- the relativeMountPath value to set- Returns:
- the UnmanagedFileSystemReference object itself.
-