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 腳本的命令列引數。

適用於