Sdílet prostřednictvím


PyTorchSettings Konstruktory

Definice

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.

processCount
Nullable<Int32>

Počet procesů.

communicationBackend
String

Back-end komunikace.

Platí pro