次の方法で共有


TensorFlowSettings コンストラクター

定義

オーバーロード

TensorFlowSettings()

TensorFlowSettings クラスの新しいインスタンスを初期化します。

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

TensorFlowSettings クラスの新しいインスタンスを初期化します。

TensorFlowSettings()

TensorFlowSettings クラスの新しいインスタンスを初期化します。

public TensorFlowSettings();
Public Sub New ()

適用対象

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

TensorFlowSettings クラスの新しいインスタンスを初期化します。

public TensorFlowSettings(string pythonScriptFilePath, string pythonInterpreterPath = default, string masterCommandLineArgs = default, string workerCommandLineArgs = default, string parameterServerCommandLineArgs = default, int? workerCount = default, int? parameterServerCount = default);
new Microsoft.Azure.Management.BatchAI.Models.TensorFlowSettings : string * string * string * string * string * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.BatchAI.Models.TensorFlowSettings
Public Sub New (pythonScriptFilePath As String, Optional pythonInterpreterPath As String = Nothing, Optional masterCommandLineArgs As String = Nothing, Optional workerCommandLineArgs As String = Nothing, Optional parameterServerCommandLineArgs As String = Nothing, Optional workerCount As Nullable(Of Integer) = Nothing, Optional parameterServerCount As Nullable(Of Integer) = Nothing)

パラメーター

pythonScriptFilePath
String

Python スクリプト ファイルのパス。

pythonInterpreterPath
String

Python インタープリター パス。

masterCommandLineArgs
String

マスター コマンド ライン引数。

workerCommandLineArgs
String

ワーカー コマンド ライン引数。

parameterServerCommandLineArgs
String

パラメーター サーバーのコマンド ライン引数。

workerCount
Nullable<Int32>

ワーカー数。

parameterServerCount
Nullable<Int32>

パラメーター サーバー数。

適用対象