PyTorchSettings Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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 arquivo de script python.
- pythonInterpreterPath
- String
Caminho do interpretador do Python.
- commandLineArgs
- String
Argumentos de linha de comando.
- communicationBackend
- String
Back-end de comunicação.
Aplica-se a
Azure SDK for .NET