Share via


PyTorchSettings.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

The python script to execute.

Applies to