Uses of Class
com.microsoft.azure.management.batchai.HorovodSettings
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of HorovodSettings in com.microsoft.azure.management.batchai
Modifier and TypeMethodDescriptionJobCreateParameters.horovodSettings()
Get settings for Horovod job.HorovodSettings.withCommandLineArgs
(String commandLineArgs) Set command line arguments that need to be passed to the python script.HorovodSettings.withProcessCount
(Integer processCount) Set number of processes to launch for the job execution.HorovodSettings.withPythonInterpreterPath
(String pythonInterpreterPath) Set the path to the Python interpreter.HorovodSettings.withPythonScriptFilePath
(String pythonScriptFilePath) Set the python script to execute.Modifier and TypeMethodDescriptionJobCreateParameters.withHorovodSettings
(HorovodSettings horovodSettings) Set settings for Horovod job.