次の方法で共有


CaffeSettings.ConfigFilePath プロパティ

定義

構成ファイルのパスを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

ジョブの構成ファイルのパス。 pythonScriptFilePath が指定されている場合は、このプロパティを指定できません。

適用対象