次の方法で共有


TensorFlowSettings.MasterCommandLineArgs プロパティ

定義

マスター コマンド ライン引数を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="masterCommandLineArgs")]
public string MasterCommandLineArgs { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="masterCommandLineArgs")>]
member this.MasterCommandLineArgs : string with get, set
Public Property MasterCommandLineArgs As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

マスター タスクの Python スクリプトに渡す必要があるコマンド ライン引数。

適用対象