Compartilhar via


CNTKsettings.PythonScriptFilePath Propriedade

Definição

Obtém ou define o caminho do arquivo de script python.

[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

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentários

Script Python a ser executado. Essa propriedade só poderá ser especificada se o languageType for 'Python'.

Aplica-se a