Udostępnij za pośrednictwem


HorovodSettings Konstruktory

Definicja

Przeciążenia

HorovodSettings()

Inicjuje nowe wystąpienie klasy HorovodSettings.

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

Inicjuje nowe wystąpienie klasy HorovodSettings.

HorovodSettings()

Inicjuje nowe wystąpienie klasy HorovodSettings.

public HorovodSettings ();
Public Sub New ()

Dotyczy

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

Inicjuje nowe wystąpienie klasy HorovodSettings.

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

Ścieżka pliku skryptu języka Python.

pythonInterpreterPath
String

Ścieżka interpretera języka Python.

commandLineArgs
String

Argumenty wiersza polecenia.

processCount
Nullable<Int32>

Liczba procesów.

Dotyczy