Share via


CNTKsettings.PythonScriptFilePath Property

Definition

Gets or sets python script file path.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Python script to execute. This property can be specified only if the languageType is 'Python'.

Applies to