SetupTask.StdOutErrPathSuffix 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得輸出路徑尾碼。
[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 來取得完整路徑。