次の方法で共有


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 によって生成されたパス セグメントが含まれており、ノードまたはマウントされたファイルシステムの出力ディレクトリを検索するために使用できます。

適用対象