Share via


CaffeSettings Class

Definition

Caffe job settings.

public class CaffeSettings
type CaffeSettings = class
Public Class CaffeSettings
Inheritance
CaffeSettings

Constructors

CaffeSettings()

Initializes a new instance of the CaffeSettings class.

CaffeSettings(String, String, String, String, Nullable<Int32>)

Initializes a new instance of the CaffeSettings class.

Properties

CommandLineArgs

Gets or sets command line arguments.

ConfigFilePath

Gets or sets config file path.

ProcessCount

Gets or sets process count.

PythonInterpreterPath

Gets or sets python interpreter path.

PythonScriptFilePath

Gets or sets python script file path.

Applies to