Share via


Caffe2Settings Constructors

Definition

Overloads

Caffe2Settings()

Initializes a new instance of the Caffe2Settings class.

Caffe2Settings(String, String, String)

Initializes a new instance of the Caffe2Settings class.

Caffe2Settings()

Initializes a new instance of the Caffe2Settings class.

public Caffe2Settings ();
Public Sub New ()

Applies to

Caffe2Settings(String, String, String)

Initializes a new instance of the Caffe2Settings class.

public Caffe2Settings (string pythonScriptFilePath, string pythonInterpreterPath = default, string commandLineArgs = default);
new Microsoft.Azure.Management.BatchAI.Models.Caffe2Settings : string * string * string -> Microsoft.Azure.Management.BatchAI.Models.Caffe2Settings
Public Sub New (pythonScriptFilePath As String, Optional pythonInterpreterPath As String = Nothing, Optional commandLineArgs As String = Nothing)

Parameters

pythonScriptFilePath
String

Python script file path.

pythonInterpreterPath
String

Python interpreter path.

commandLineArgs
String

Command line arguments.

Applies to