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