PyTorchSettings Construtores
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Sobrecargas
PyTorchSettings() |
Inicializa uma nova instância da classe PyTorchSettings. |
PyTorchSettings(String, String, String, Nullable<Int32>, String) |
Inicializa uma nova instância da classe PyTorchSettings. |
PyTorchSettings()
Inicializa uma nova instância da classe PyTorchSettings.
public PyTorchSettings();
Public Sub New ()
Aplica-se a
PyTorchSettings(String, String, String, Nullable<Int32>, String)
Inicializa uma nova instância da classe PyTorchSettings.
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)
Parâmetros
- pythonScriptFilePath
- String
Caminho do ficheiro de script python.
- pythonInterpreterPath
- String
Caminho do interpretador python.
- commandLineArgs
- String
Argumentos da linha de comandos.
- communicationBackend
- String
Back-end de comunicação.
Aplica-se a
Azure SDK for .NET