| Package | Description |
|---|---|
| com.microsoft.azure.management.batchai |
This package contains the classes for BatchAIManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerSettings |
JobCreateParameters.containerSettings()
Get docker container settings for the job.
|
ContainerSettings |
BatchAIJob.containerSettings() |
ContainerSettings |
ContainerSettings.withImageSourceRegistry(ImageSourceRegistry imageSourceRegistry)
Set information about docker image and docker registry to download the container from.
|
ContainerSettings |
ContainerSettings.withShmSize(String shmSize)
Set size of /dev/shm.
|
| Modifier and Type | Method and Description |
|---|---|
JobCreateParameters |
JobCreateParameters.withContainerSettings(ContainerSettings containerSettings)
Set docker container settings for the job.
|
Copyright © 2019. All rights reserved.