Package | Description |
---|---|
com.microsoft.azure.management.batchai |
This package contains the classes for BatchAIManagementClient.
|
Modifier and Type | Method and Description |
---|---|
MountVolumes |
JobCreateParameters.mountVolumes()
Get information on mount volumes to be used by the job.
|
MountVolumes |
BatchAIJob.mountVolumes() |
MountVolumes |
NodeSetup.mountVolumes()
Get mount volumes to be available to setup task and all jobs executing on the cluster.
|
MountVolumes |
MountVolumes.withAzureBlobFileSystems(List<AzureBlobFileSystemReference> azureBlobFileSystems)
Set a collection of Azure Blob Containers that are to be mounted to the cluster nodes.
|
MountVolumes |
MountVolumes.withAzureFileShares(List<AzureFileShareReference> azureFileShares)
Set a collection of Azure File Shares that are to be mounted to the cluster nodes.
|
MountVolumes |
MountVolumes.withFileServers(List<FileServerReference> fileServers)
Set a collection of Batch AI File Servers that are to be mounted to the cluster nodes.
|
MountVolumes |
MountVolumes.withUnmanagedFileSystems(List<UnmanagedFileSystemReference> unmanagedFileSystems)
Set a collection of unmanaged file systems that are to be mounted to the cluster nodes.
|
Modifier and Type | Method and Description |
---|---|
JobCreateParameters |
JobCreateParameters.withMountVolumes(MountVolumes mountVolumes)
Set information on mount volumes to be used by the job.
|
NodeSetup |
NodeSetup.withMountVolumes(MountVolumes mountVolumes)
Set mount volumes to be available to setup task and all jobs executing on the cluster.
|
Copyright © 2019. All rights reserved.