Bagikan melalui


SetupTask.StdOutErrPathPrefix Property

Definition

Gets or sets output path prefix.

[Newtonsoft.Json.JsonProperty(PropertyName="stdOutErrPathPrefix")]
public string StdOutErrPathPrefix { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="stdOutErrPathPrefix")>]
member this.StdOutErrPathPrefix : string with get, set
Public Property StdOutErrPathPrefix As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

The prefix of a path where the Batch AI service will upload the stdout, stderr and execution log of the setup task.

Applies to