public class CNTKsettings extends Object
| Constructor and Description |
|---|
CNTKsettings() |
| Modifier and Type | Method and Description |
|---|---|
String |
commandLineArgs()
Get command line arguments that need to be passed to the python script or cntk executable.
|
String |
configFilePath()
Get specifies the path of the BrainScript config file.
|
String |
languageType()
Get the language to use for launching CNTK (aka Microsoft Cognitive Toolkit) 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.
|
CNTKsettings |
withCommandLineArgs(String commandLineArgs)
Set command line arguments that need to be passed to the python script or cntk executable.
|
CNTKsettings |
withConfigFilePath(String configFilePath)
Set specifies the path of the BrainScript config file.
|
CNTKsettings |
withLanguageType(String languageType)
Set the language to use for launching CNTK (aka Microsoft Cognitive Toolkit) job.
|
CNTKsettings |
withProcessCount(Integer processCount)
Set number of processes to launch for the job execution.
|
CNTKsettings |
withPythonInterpreterPath(String pythonInterpreterPath)
Set the path to the Python interpreter.
|
CNTKsettings |
withPythonScriptFilePath(String pythonScriptFilePath)
Set python script to execute.
|
public String languageType()
public CNTKsettings withLanguageType(String languageType)
languageType - the languageType value to setpublic String configFilePath()
public CNTKsettings withConfigFilePath(String configFilePath)
configFilePath - the configFilePath value to setpublic String pythonScriptFilePath()
public CNTKsettings withPythonScriptFilePath(String pythonScriptFilePath)
pythonScriptFilePath - the pythonScriptFilePath value to setpublic String pythonInterpreterPath()
public CNTKsettings withPythonInterpreterPath(String pythonInterpreterPath)
pythonInterpreterPath - the pythonInterpreterPath value to setpublic String commandLineArgs()
public CNTKsettings withCommandLineArgs(String commandLineArgs)
commandLineArgs - the commandLineArgs value to setpublic Integer processCount()
public CNTKsettings withProcessCount(Integer processCount)
processCount - the processCount value to setCopyright © 2019. All rights reserved.