Delen via


CaffeSettings Constructors

Definitie

Overloads

CaffeSettings()

Initialiseert een nieuw exemplaar van de klasse CaffeSettings.

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

Initialiseert een nieuw exemplaar van de klasse CaffeSettings.

CaffeSettings()

Initialiseert een nieuw exemplaar van de klasse CaffeSettings.

public CaffeSettings ();
Public Sub New ()

Van toepassing op

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

Initialiseert een nieuw exemplaar van de klasse CaffeSettings.

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

Parameters

configFilePath
String

Pad naar configuratiebestand.

pythonScriptFilePath
String

Pad naar Python-scriptbestand.

pythonInterpreterPath
String

Python-interpreterpad.

commandLineArgs
String

Opdrachtregelargumenten.

processCount
Nullable<Int32>

Aantal processen.

Van toepassing op