Uses of Class
com.microsoft.azure.management.batchai.PyTorchSettings
Packages that use PyTorchSettings
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of PyTorchSettings in com.microsoft.azure.management.batchai
Methods in com.microsoft.azure.management.batchai that return PyTorchSettingsModifier 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.Methods in com.microsoft.azure.management.batchai with parameters of type PyTorchSettingsModifier and TypeMethodDescriptionJobCreateParameters.withPyTorchSettings
(PyTorchSettings pyTorchSettings) Set settings for pyTorch job.