ChainerSettings.CommandLineArgs 속성

정의

명령줄 인수를 가져오거나 설정합니다.

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

Python 스크립트에 전달해야 하는 명령줄 인수입니다.

적용 대상