共用方式為


Job.JobOutputDirectoryPathSegment 屬性

定義

取得輸出目錄路徑區段。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.jobOutputDirectoryPathSegment")]
public string JobOutputDirectoryPathSegment { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.jobOutputDirectoryPathSegment")>]
member this.JobOutputDirectoryPathSegment : string
Public ReadOnly Property JobOutputDirectoryPathSegment As String

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

Batch AI 所建立作業輸出目錄路徑的區段。 Batch AI 會在唯一路徑下建立作業的輸出目錄,以避免作業之間的衝突。 這個值包含 Batch AI 所產生的路徑區段,讓路徑成為唯一的,而且可用來在節點或掛接的檔案系統上尋找輸出目錄。

適用於