Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Caffe2Settings

Package version

interface

An interface representing Caffe2Settings. Caffe2 job settings.

Hierarchy

  • Caffe2Settings

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 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