共用方式為


SetupTask.StdOutErrPathSuffix 屬性

定義

取得輸出路徑尾碼。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

Batch AI 附加至 stdOutErrPathPrefix 的路徑區段,以形成將上傳安裝工作的 stdout、stderr 和執行記錄檔的路徑。 Batch AI 會在唯一路徑下建立安裝工作輸出目錄,以避免不同叢集之間的衝突。 您可以串連 stdOutErrPathPrefix 和 stdOutErrPathSuffix 來取得完整路徑。

適用於