共用方式為


Caffe2Settings 建構函式

定義

多載

Caffe2Settings()

初始化 Caffe2Settings 類別的新實例。

Caffe2Settings(String, String, String)

初始化 Caffe2Settings 類別的新實例。

Caffe2Settings()

初始化 Caffe2Settings 類別的新實例。

public Caffe2Settings ();
Public Sub New ()

適用於

Caffe2Settings(String, String, String)

初始化 Caffe2Settings 類別的新實例。

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)

參數

pythonScriptFilePath
String

Python 腳本檔案路徑。

pythonInterpreterPath
String

Python 解譯器路徑。

commandLineArgs
String

命令列引數。

適用於