| Package | Description | 
|---|---|
| com.microsoft.azure.management.batchai | 
 This package contains the classes for BatchAIManagementClient. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PyTorchSettings | 
JobCreateParameters.pyTorchSettings()
Get settings for pyTorch job. 
 | 
PyTorchSettings | 
BatchAIJob.pyTorchSettings()  | 
PyTorchSettings | 
PyTorchSettings.withCommandLineArgs(String commandLineArgs)
Set command line arguments that need to be passed to the python script. 
 | 
PyTorchSettings | 
PyTorchSettings.withCommunicationBackend(String communicationBackend)
Set type of the communication backend for distributed jobs. 
 | 
PyTorchSettings | 
PyTorchSettings.withProcessCount(Integer processCount)
Set number of processes to launch for the job execution. 
 | 
PyTorchSettings | 
PyTorchSettings.withPythonInterpreterPath(String pythonInterpreterPath)
Set the path to the Python interpreter. 
 | 
PyTorchSettings | 
PyTorchSettings.withPythonScriptFilePath(String pythonScriptFilePath)
Set the python script to execute. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
JobCreateParameters | 
JobCreateParameters.withPyTorchSettings(PyTorchSettings pyTorchSettings)
Set settings for pyTorch job. 
 | 
Copyright © 2019. All rights reserved.