Share via


CaffeSettings Constructors

Definition

Overloads

CaffeSettings()

Initializes a new instance of the CaffeSettings class.

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

Initializes a new instance of the CaffeSettings class.

CaffeSettings()

Initializes a new instance of the CaffeSettings class.

public CaffeSettings ();
Public Sub New ()

Applies to

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

Initializes a new instance of the CaffeSettings class.

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

Config file path.

pythonScriptFilePath
String

Python script file path.

pythonInterpreterPath
String

Python interpreter path.

commandLineArgs
String

Command line arguments.

processCount
Nullable<Int32>

Process count.

Applies to