TensorFlowSettings コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
パラメーター サーバーのコマンド ライン引数。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET