Share via


Caffe2Settings.CommandLineArgs Property

Definition

Gets or sets command line arguments.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Command line arguments that need to be passed to the python script.

Applies to