CaffeSettings Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
CaffeSettings() |
Inicializuje novou instanci CaffeSettings třídy. |
CaffeSettings(String, String, String, String, Nullable<Int32>) |
Inicializuje novou instanci CaffeSettings třídy. |
CaffeSettings()
Inicializuje novou instanci CaffeSettings třídy.
public CaffeSettings ();
Public Sub New ()
Platí pro
CaffeSettings(String, String, String, String, Nullable<Int32>)
Inicializuje novou instanci CaffeSettings třídy.
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
Cesta ke konfiguračnímu souboru.
- pythonScriptFilePath
- String
Cesta k souboru skriptu Pythonu
- pythonInterpreterPath
- String
Cesta interpreta Pythonu
- commandLineArgs
- String
Argumenty příkazového řádku.
Platí pro
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET