Share via


ChainerSettings Constructors

Definition

Overloads

ChainerSettings()

Initializes a new instance of the ChainerSettings class.

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

Initializes a new instance of the ChainerSettings class.

ChainerSettings()

Initializes a new instance of the ChainerSettings class.

public ChainerSettings ();
Public Sub New ()

Applies to

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

Initializes a new instance of the ChainerSettings class.

public ChainerSettings (string pythonScriptFilePath, string pythonInterpreterPath = default, string commandLineArgs = default, int? processCount = default);
new Microsoft.Azure.Management.BatchAI.Models.ChainerSettings : string * string * string * Nullable<int> -> Microsoft.Azure.Management.BatchAI.Models.ChainerSettings
Public Sub New (pythonScriptFilePath As String, Optional pythonInterpreterPath As String = Nothing, Optional commandLineArgs As String = Nothing, Optional processCount As Nullable(Of Integer) = Nothing)

Parameters

pythonScriptFilePath
String

Python script file path.

pythonInterpreterPath
String

Python interpreter path.

commandLineArgs
String

Command line arguments.

processCount
Nullable<Int32>

Process count.

Applies to