Sdílet prostřednictvím


HorovodSettings Konstruktory

Definice

Přetížení

HorovodSettings()

Inicializuje novou instanci HorovodSettings třídy.

HorovodSettings(String, String, String, Nullable<Int32>)

Inicializuje novou instanci HorovodSettings třídy.

HorovodSettings()

Inicializuje novou instanci HorovodSettings třídy.

public HorovodSettings ();
Public Sub New ()

Platí pro

HorovodSettings(String, String, String, Nullable<Int32>)

Inicializuje novou instanci HorovodSettings třídy.

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)

Parametry

pythonScriptFilePath
String

Cesta k souboru skriptu Pythonu

pythonInterpreterPath
String

Cesta interpreta Pythonu

commandLineArgs
String

Argumenty příkazového řádku.

processCount
Nullable<Int32>

Počet procesů.

Platí pro