ChainerSettings 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
ChainerSettings() |
初始化 ChainerSettings 類別的新實例。 |
ChainerSettings(String, String, String, Nullable<Int32>) |
初始化 ChainerSettings 類別的新實例。 |
ChainerSettings()
初始化 ChainerSettings 類別的新實例。
public ChainerSettings ();
Public Sub New ()
適用於
ChainerSettings(String, String, String, Nullable<Int32>)
初始化 ChainerSettings 類別的新實例。
public ChainerSettings (string pythonScriptFilePath, string pythonInterpreterPath = default, string commandLineArgs = default, int? processCount = default);
new Microsoft.Azure.Management.BatchAI.Models.ChainerSettings : string * string * string * Nullable<int> -> Microsoft.Azure.Management.BatchAI.Models.ChainerSettings
Public Sub New (pythonScriptFilePath As String, Optional pythonInterpreterPath As String = Nothing, Optional commandLineArgs As String = Nothing, Optional processCount As Nullable(Of Integer) = Nothing)
參數
- pythonScriptFilePath
- String
Python 腳本檔案路徑。
- pythonInterpreterPath
- String
Python 解譯器路徑。
- commandLineArgs
- String
命令列引數。