Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CaffeSettings

Package version

interface

An interface representing CaffeSettings. Caffe job settings.

Hierarchy

  • CaffeSettings

Index

Properties

Optional commandLineArgs

commandLineArgs: undefined | string
member

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

Optional configFilePath

configFilePath: undefined | string
member

{string} [configFilePath] Config file path. Path of the config file for the job. This property cannot be specified if pythonScriptFilePath is specified.

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. The property can be specified only if the pythonScriptFilePath is specified.

Optional pythonScriptFilePath

pythonScriptFilePath: undefined | string
member

{string} [pythonScriptFilePath] Python script file path. Python script to execute. This property cannot be specified if configFilePath is specified.

Generated using TypeDoc