你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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 生成的路径段,以使路径唯一,并且可用于在节点或装载的文件系统上查找输出目录。

适用于