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