次の方法で共有


ChainerSettings コンストラクター

定義

オーバーロード

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

コマンド ライン引数。

processCount
Nullable<Int32>

プロセス数。

適用対象