public class Caffe2Settings extends Object
Constructor and Description |
---|
Caffe2Settings() |
Modifier and Type | Method and Description |
---|---|
String |
commandLineArgs()
Get command line arguments that need to be passed to the python script.
|
String |
pythonInterpreterPath()
Get the path to the Python interpreter.
|
String |
pythonScriptFilePath()
Get the python script to execute.
|
Caffe2Settings |
withCommandLineArgs(String commandLineArgs)
Set command line arguments that need to be passed to the python script.
|
Caffe2Settings |
withPythonInterpreterPath(String pythonInterpreterPath)
Set the path to the Python interpreter.
|
Caffe2Settings |
withPythonScriptFilePath(String pythonScriptFilePath)
Set the python script to execute.
|
public String pythonScriptFilePath()
public Caffe2Settings withPythonScriptFilePath(String pythonScriptFilePath)
pythonScriptFilePath
- the pythonScriptFilePath value to setpublic String pythonInterpreterPath()
public Caffe2Settings withPythonInterpreterPath(String pythonInterpreterPath)
pythonInterpreterPath
- the pythonInterpreterPath value to setpublic String commandLineArgs()
public Caffe2Settings withCommandLineArgs(String commandLineArgs)
commandLineArgs
- the commandLineArgs value to setCopyright © 2019. All rights reserved.