HorovodSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the settings for Horovod job.
public class HorovodSettings
type HorovodSettings = class
Public Class HorovodSettings
- Inheritance
-
System.ObjectHorovodSettings
Constructors
HorovodSettings() |
Initializes a new instance of the HorovodSettings class. |
HorovodSettings(String, String, String, Nullable<Int32>) |
Initializes a new instance of the HorovodSettings class. |
Properties
CommandLineArgs |
Gets or sets command line arguments. |
ProcessCount |
Gets or sets process count. |
PythonInterpreterPath |
Gets or sets python interpreter path. |
PythonScriptFilePath |
Gets or sets python script file path. |
Methods
Validate() |
Validate the object. |