PyTorchSettings 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í
PyTorchSettings() |
Inicializuje novou instanci PyTorchSettings třídy. |
PyTorchSettings(String, String, String, Nullable<Int32>, String) |
Inicializuje novou instanci PyTorchSettings třídy. |
PyTorchSettings()
Inicializuje novou instanci PyTorchSettings třídy.
public PyTorchSettings ();
Public Sub New ()
Platí pro
PyTorchSettings(String, String, String, Nullable<Int32>, String)
Inicializuje novou instanci PyTorchSettings třídy.
public PyTorchSettings (string pythonScriptFilePath, string pythonInterpreterPath = default, string commandLineArgs = default, int? processCount = default, string communicationBackend = default);
new Microsoft.Azure.Management.BatchAI.Models.PyTorchSettings : string * string * string * Nullable<int> * string -> Microsoft.Azure.Management.BatchAI.Models.PyTorchSettings
Public Sub New (pythonScriptFilePath As String, Optional pythonInterpreterPath As String = Nothing, Optional commandLineArgs As String = Nothing, Optional processCount As Nullable(Of Integer) = Nothing, Optional communicationBackend As String = Nothing)
Parametry
- pythonScriptFilePath
- String
Cesta k souboru skriptu Pythonu
- pythonInterpreterPath
- String
Cesta interpreta Pythonu
- commandLineArgs
- String
Argumenty příkazového řádku.
- communicationBackend
- String
Back-end komunikace.
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