次の方法で共有


CaffeSettings.PythonScriptFilePath プロパティ

定義

Python スクリプト ファイルのパスを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

実行する Python スクリプト。 configFilePath が指定されている場合、このプロパティは指定できません。

適用対象