Udostępnij za pośrednictwem


ChainerSettings Konstruktory

Definicja

Przeciążenia

ChainerSettings()

Inicjuje nowe wystąpienie klasy ChainerSettings.

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

Inicjuje nowe wystąpienie klasy ChainerSettings.

ChainerSettings()

Inicjuje nowe wystąpienie klasy ChainerSettings.

public ChainerSettings ();
Public Sub New ()

Dotyczy

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

Inicjuje nowe wystąpienie klasy ChainerSettings.

public ChainerSettings (string pythonScriptFilePath, string pythonInterpreterPath = default, string commandLineArgs = default, int? processCount = default);
new Microsoft.Azure.Management.BatchAI.Models.ChainerSettings : string * string * string * Nullable<int> -> Microsoft.Azure.Management.BatchAI.Models.ChainerSettings
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