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