Uses of Class
com.microsoft.azure.management.batchai.ContainerSettings
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of ContainerSettings in com.microsoft.azure.management.batchai
Modifier and TypeMethodDescriptionBatchAIJob.containerSettings()
JobCreateParameters.containerSettings()
Get docker container settings for the job.ContainerSettings.withImageSourceRegistry
(ImageSourceRegistry imageSourceRegistry) Set information about docker image and docker registry to download the container from.ContainerSettings.withShmSize
(String shmSize) Set size of /dev/shm.Modifier and TypeMethodDescriptionJobCreateParameters.withContainerSettings
(ContainerSettings containerSettings) Set docker container settings for the job.