CaffeSettings Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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.
Dotyczy
Azure SDK for .NET