Share via


PyTorchSettings Constructors

Definition

Overloads

PyTorchSettings()

Initializes a new instance of the PyTorchSettings class.

PyTorchSettings(String, String, String, Nullable<Int32>, String)

Initializes a new instance of the PyTorchSettings class.

PyTorchSettings()

Initializes a new instance of the PyTorchSettings class.

public PyTorchSettings ();
Public Sub New ()

Applies to

PyTorchSettings(String, String, String, Nullable<Int32>, String)

Initializes a new instance of the PyTorchSettings class.

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)

Parameters

pythonScriptFilePath
String

Python script file path.

pythonInterpreterPath
String

Python interpreter path.

commandLineArgs
String

Command line arguments.

processCount
Nullable<Int32>

Process count.

communicationBackend
String

Communication backend.

Applies to