Share via


CNTKsettings.ConfigFilePath Property

Definition

Gets or sets config file path.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Specifies the path of the BrainScript config file. This property can be specified only if the languageType is 'BrainScript'.

Applies to