| Package | Description | 
|---|---|
| com.microsoft.azure.management.batchai | 
 This package contains the classes for BatchAIManagementClient. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CNTKsettings | 
JobCreateParameters.cntkSettings()
Get settings for CNTK (aka Microsoft Cognitive Toolkit) job. 
 | 
CNTKsettings | 
BatchAIJob.cntkSettings()  | 
CNTKsettings | 
CNTKsettings.withCommandLineArgs(String commandLineArgs)
Set command line arguments that need to be passed to the python script or cntk executable. 
 | 
CNTKsettings | 
CNTKsettings.withConfigFilePath(String configFilePath)
Set specifies the path of the BrainScript config file. 
 | 
CNTKsettings | 
CNTKsettings.withLanguageType(String languageType)
Set the language to use for launching CNTK (aka Microsoft Cognitive Toolkit) job. 
 | 
CNTKsettings | 
CNTKsettings.withProcessCount(Integer processCount)
Set number of processes to launch for the job execution. 
 | 
CNTKsettings | 
CNTKsettings.withPythonInterpreterPath(String pythonInterpreterPath)
Set the path to the Python interpreter. 
 | 
CNTKsettings | 
CNTKsettings.withPythonScriptFilePath(String pythonScriptFilePath)
Set python script to execute. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
JobCreateParameters | 
JobCreateParameters.withCntkSettings(CNTKsettings cntkSettings)
Set settings for CNTK (aka Microsoft Cognitive Toolkit) job. 
 | 
Copyright © 2019. All rights reserved.