Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ChainerSettings

Package version

interface

An interface representing ChainerSettings. Chainer job settings.

Hierarchy

  • ChainerSettings

Index

Properties

Optional commandLineArgs

commandLineArgs: undefined | string
member

{string} [commandLineArgs] Command line arguments. Command line arguments that need to be passed to the python script.

Optional processCount

processCount: undefined | number
member

{number} [processCount] Process count. Number of processes to launch for the job execution. The default value for this property is equal to nodeCount property

Optional pythonInterpreterPath

pythonInterpreterPath: undefined | string
member

{string} [pythonInterpreterPath] Python interpreter path. The path to the Python interpreter.

pythonScriptFilePath

pythonScriptFilePath: string
member

{string} pythonScriptFilePath Python script file path. The python script to execute.

Generated using TypeDoc