Udostępnij za pośrednictwem


CaffeSettings Konstruktory

Definicja

Przeciążenia

CaffeSettings()

Inicjuje nowe wystąpienie klasy CaffeSettings.

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

Inicjuje nowe wystąpienie klasy CaffeSettings.

CaffeSettings()

Inicjuje nowe wystąpienie klasy CaffeSettings.

public CaffeSettings ();
Public Sub New ()

Dotyczy

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

Inicjuje nowe wystąpienie klasy CaffeSettings.

public CaffeSettings (string configFilePath = default, string pythonScriptFilePath = default, string pythonInterpreterPath = default, string commandLineArgs = default, int? processCount = default);
new Microsoft.Azure.Management.BatchAI.Models.CaffeSettings : string * string * string * string * Nullable<int> -> Microsoft.Azure.Management.BatchAI.Models.CaffeSettings
Public Sub New (Optional configFilePath As String = Nothing, Optional pythonScriptFilePath As String = Nothing, Optional pythonInterpreterPath As String = Nothing, Optional commandLineArgs As String = Nothing, Optional processCount As Nullable(Of Integer) = Nothing)

Parametry

configFilePath
String

Ścieżka pliku konfiguracji.

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