Uses of Class
com.microsoft.azure.management.batchai.CNTKsettings
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of CNTKsettings in com.microsoft.azure.management.batchai
Modifier and TypeMethodDescriptionBatchAIJob.cntkSettings()
JobCreateParameters.cntkSettings()
Get settings for CNTK (aka Microsoft Cognitive Toolkit) job.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.Modifier and TypeMethodDescriptionJobCreateParameters.withCntkSettings
(CNTKsettings cntkSettings) Set settings for CNTK (aka Microsoft Cognitive Toolkit) job.