Share via


Job.JobOutputDirectoryPathSegment Property

Definition

Gets output directory path segment.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

A segment of job's output directories path created by Batch AI. Batch AI creates job's output directories under an unique path to avoid conflicts between jobs. This value contains a path segment generated by Batch AI to make the path unique and can be used to find the output directory on the node or mounted filesystem.

Applies to