Bagikan melalui


OutputDirectory.PathSuffix Property

Definition

Gets or sets path suffix.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

The suffix path where the output directory will be created. E.g. models. You can find the full path to the output directory by combining pathPrefix, jobOutputDirectoryPathSegment (reported by get job) and pathSuffix.

Applies to