HorovodSettings Constructors
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.
Overloads
HorovodSettings() |
Initializes a new instance of the HorovodSettings class. |
HorovodSettings(String, String, String, Nullable<Int32>) |
Initializes a new instance of the HorovodSettings class. |
HorovodSettings()
Initializes a new instance of the HorovodSettings class.
public HorovodSettings ();
Public Sub New ()
Applies to
HorovodSettings(String, String, String, Nullable<Int32>)
Initializes a new instance of the HorovodSettings class.
public HorovodSettings (string pythonScriptFilePath, string pythonInterpreterPath = default, string commandLineArgs = default, int? processCount = default);
new Microsoft.Azure.Management.BatchAI.Models.HorovodSettings : string * string * string * Nullable<int> -> Microsoft.Azure.Management.BatchAI.Models.HorovodSettings
Public Sub New (pythonScriptFilePath As String, Optional pythonInterpreterPath As String = Nothing, Optional commandLineArgs As String = Nothing, Optional processCount As Nullable(Of Integer) = Nothing)
Parameters
- pythonScriptFilePath
- String
Python script file path.
- pythonInterpreterPath
- String
Python interpreter path.
- commandLineArgs
- String
Command line arguments.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET