ChainerSettings 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í
ChainerSettings() |
Inicializuje novou instanci ChainerSettings třídy. |
ChainerSettings(String, String, String, Nullable<Int32>) |
Inicializuje novou instanci ChainerSettings třídy. |
ChainerSettings()
Inicializuje novou instanci ChainerSettings třídy.
public ChainerSettings();
Public Sub New ()
Platí pro
ChainerSettings(String, String, String, Nullable<Int32>)
Inicializuje novou instanci ChainerSettings třídy.
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
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