CNTKsettings 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í
CNTKsettings() |
Inicializuje novou instanci CNTKsettings třídy. |
CNTKsettings(String, String, String, String, String, Nullable<Int32>) |
Inicializuje novou instanci CNTKsettings třídy. |
CNTKsettings()
Inicializuje novou instanci CNTKsettings třídy.
public CNTKsettings ();
Public Sub New ()
Platí pro
CNTKsettings(String, String, String, String, String, Nullable<Int32>)
Inicializuje novou instanci CNTKsettings třídy.
public CNTKsettings (string languageType = default, string configFilePath = default, string pythonScriptFilePath = default, string pythonInterpreterPath = default, string commandLineArgs = default, int? processCount = default);
new Microsoft.Azure.Management.BatchAI.Models.CNTKsettings : string * string * string * string * string * Nullable<int> -> Microsoft.Azure.Management.BatchAI.Models.CNTKsettings
Public Sub New (Optional languageType As String = Nothing, 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
- languageType
- String
Typ jazyka.
- configFilePath
- String
Cesta ke konfiguračnímu souboru
- pythonScriptFilePath
- String
Cesta k souboru skriptu Pythonu
- pythonInterpreterPath
- String
Cesta interpretu 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