SetupTask.StdOutErrPathSuffix 속성

정의

출력 경로 접미사를 가져옵니다.

[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를 연결하여 전체 경로를 가져올 수 있습니다.

적용 대상