Share via


ChainerSettings Class

Definition

Chainer job settings.

public class ChainerSettings
type ChainerSettings = class
Public Class ChainerSettings
Inheritance
ChainerSettings

Constructors

ChainerSettings()

Initializes a new instance of the ChainerSettings class.

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

Initializes a new instance of the ChainerSettings class.

Properties

CommandLineArgs

Gets or sets command line arguments.

ProcessCount

Gets or sets process count.

PythonInterpreterPath

Gets or sets python interpreter path.

PythonScriptFilePath

Gets or sets python script file path.

Methods

Validate()

Validate the object.

Applies to