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