CaffeSettings interface
プロパティ
| command |
コマンド ライン引数。 コマンドライン |
| config |
構成ファイルのパス。 構成のパス |
| process |
プロセス数。 実行するプロセスの数 |
| python |
Python インタープリター パス。 パス |
| python |
Python スクリプト ファイルのパス。 Python |
プロパティの詳細
commandLineArgs
コマンド ライン引数。 コマンドライン
commandLineArgs?: string
プロパティ値
string
configFilePath
構成ファイルのパス。 構成のパス
configFilePath?: string
プロパティ値
string
processCount
プロセス数。 実行するプロセスの数
processCount?: number
プロパティ値
number
pythonInterpreterPath
Python インタープリター パス。 パス
pythonInterpreterPath?: string
プロパティ値
string
pythonScriptFilePath
Python スクリプト ファイルのパス。 Python
pythonScriptFilePath?: string
プロパティ値
string