Share via


SetupTask.StdOutErrPathSuffix Property

Definition

Gets output path suffix.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

A path segment appended by Batch AI to stdOutErrPathPrefix to form a path where stdout, stderr and execution log of the setup task will be uploaded. Batch AI creates the setup task output directories under an unique path to avoid conflicts between different clusters. The full path can be obtained by concatenation of stdOutErrPathPrefix and stdOutErrPathSuffix.

Applies to