Uses of Class
com.microsoft.azure.management.batchai.JobCreateParameters
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of JobCreateParameters in com.microsoft.azure.management.batchai
Modifier and TypeMethodDescriptionJobCreateParameters.withCaffe2Settings
(Caffe2Settings caffe2Settings) Set settings for Caffe2 job.JobCreateParameters.withCaffeSettings
(CaffeSettings caffeSettings) Set settings for Caffe job.JobCreateParameters.withChainerSettings
(ChainerSettings chainerSettings) Set settings for Chainer job.JobCreateParameters.withCluster
(ResourceId cluster) Set resource ID of the cluster on which this job will run.JobCreateParameters.withCntkSettings
(CNTKsettings cntkSettings) Set settings for CNTK (aka Microsoft Cognitive Toolkit) job.JobCreateParameters.withConstraints
(JobBasePropertiesConstraints constraints) Set constraints associated with the Job.JobCreateParameters.withContainerSettings
(ContainerSettings containerSettings) Set docker container settings for the job.JobCreateParameters.withCustomMpiSettings
(CustomMpiSettings customMpiSettings) Set settings for custom MPI job.JobCreateParameters.withCustomToolkitSettings
(CustomToolkitSettings customToolkitSettings) Set settings for custom tool kit job.JobCreateParameters.withEnvironmentVariables
(List<EnvironmentVariable> environmentVariables) Set a list of user defined environment variables which will be setup for the job.JobCreateParameters.withHorovodSettings
(HorovodSettings horovodSettings) Set settings for Horovod job.JobCreateParameters.withInputDirectories
(List<InputDirectory> inputDirectories) Set a list of input directories for the job.JobCreateParameters.withJobPreparation
(JobPreparation jobPreparation) Set a command line to be executed on each node allocated for the job before tool kit is launched.JobCreateParameters.withMountVolumes
(MountVolumes mountVolumes) Set information on mount volumes to be used by the job.JobCreateParameters.withNodeCount
(int nodeCount) Set number of compute nodes to run the job on.JobCreateParameters.withOutputDirectories
(List<OutputDirectory> outputDirectories) Set a list of output directories for the job.JobCreateParameters.withPyTorchSettings
(PyTorchSettings pyTorchSettings) Set settings for pyTorch job.JobCreateParameters.withSchedulingPriority
(JobPriority schedulingPriority) Set scheduling priority associated with the job.JobCreateParameters.withSecrets
(List<EnvironmentVariableWithSecretValue> secrets) Set a list of user defined environment variables with secret values which will be setup for the job.JobCreateParameters.withStdOutErrPathPrefix
(String stdOutErrPathPrefix) Set the path where the Batch AI service will store stdout, stderror and execution log of the job.JobCreateParameters.withTensorFlowSettings
(TensorFlowSettings tensorFlowSettings) Set settings for Tensor Flow job.