CaffeSettings 建構函式

定義

多載

CaffeSettings()

初始化 CaffeSettings 類別的新實例。

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

初始化 CaffeSettings 類別的新實例。

CaffeSettings()

初始化 CaffeSettings 類別的新實例。

public CaffeSettings ();
Public Sub New ()

適用於

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

初始化 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)

參數

configFilePath
String

組態檔路徑。

pythonScriptFilePath
String

Python 腳本檔案路徑。

pythonInterpreterPath
String

Python 解譯器路徑。

commandLineArgs
String

命令列引數。

processCount
Nullable<Int32>

進程計數。

適用於