Delen via


ChainerSettings Constructors

Definitie

Overloads

ChainerSettings()

Initialiseert een nieuw exemplaar van de klasse ChainerSettings.

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

Initialiseert een nieuw exemplaar van de klasse ChainerSettings.

ChainerSettings()

Initialiseert een nieuw exemplaar van de klasse ChainerSettings.

public ChainerSettings();
Public Sub New ()

Van toepassing op

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

Initialiseert een nieuw exemplaar van de klasse ChainerSettings.

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

Pad naar Python-scriptbestand.

pythonInterpreterPath
String

Python-interpreterpad.

commandLineArgs
String

Opdrachtregelargumenten.

processCount
Nullable<Int32>

Aantal processen.

Van toepassing op