public class CaffeSettings extends Object
Constructor and Description |
---|
CaffeSettings() |
Modifier and Type | Method and Description |
---|---|
String |
commandLineArgs()
Get command line arguments that need to be passed to the Caffe job.
|
String |
configFilePath()
Get path of the config file for the job.
|
Integer |
processCount()
Get number of processes to launch for the job execution.
|
String |
pythonInterpreterPath()
Get the path to the Python interpreter.
|
String |
pythonScriptFilePath()
Get python script to execute.
|
CaffeSettings |
withCommandLineArgs(String commandLineArgs)
Set command line arguments that need to be passed to the Caffe job.
|
CaffeSettings |
withConfigFilePath(String configFilePath)
Set path of the config file for the job.
|
CaffeSettings |
withProcessCount(Integer processCount)
Set number of processes to launch for the job execution.
|
CaffeSettings |
withPythonInterpreterPath(String pythonInterpreterPath)
Set the path to the Python interpreter.
|
CaffeSettings |
withPythonScriptFilePath(String pythonScriptFilePath)
Set python script to execute.
|
public String configFilePath()
public CaffeSettings withConfigFilePath(String configFilePath)
configFilePath
- the configFilePath value to setpublic String pythonScriptFilePath()
public CaffeSettings withPythonScriptFilePath(String pythonScriptFilePath)
pythonScriptFilePath
- the pythonScriptFilePath value to setpublic String pythonInterpreterPath()
public CaffeSettings withPythonInterpreterPath(String pythonInterpreterPath)
pythonInterpreterPath
- the pythonInterpreterPath value to setpublic String commandLineArgs()
public CaffeSettings withCommandLineArgs(String commandLineArgs)
commandLineArgs
- the commandLineArgs value to setpublic Integer processCount()
public CaffeSettings withProcessCount(Integer processCount)
processCount
- the processCount value to setCopyright © 2019. All rights reserved.