共用方式為


OutputDirectory.PathSuffix 屬性

定義

取得或設定路徑尾碼。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

將建立輸出目錄的尾碼路徑。 例如模型。 您可以藉由結合 pathPrefix、jobOutputDirectoryPathSegment (get job) 和 pathSuffix 來找到輸出目錄的完整路徑。

適用於