CaffeSettings.PythonInterpreterPath 속성

정의

python 인터프리터 경로를 가져오거나 설정합니다.

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

Python 인터프리터의 경로입니다. pythonScriptFilePath가 지정된 경우에만 속성을 지정할 수 있습니다.

적용 대상