Uses of Class
com.microsoft.azure.management.batchai.ChainerSettings
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of ChainerSettings in com.microsoft.azure.management.batchai
Modifier and TypeMethodDescriptionBatchAIJob.chainerSettings()
JobCreateParameters.chainerSettings()
Get settings for Chainer job.ChainerSettings.withCommandLineArgs
(String commandLineArgs) Set command line arguments that need to be passed to the python script.ChainerSettings.withProcessCount
(Integer processCount) Set number of processes to launch for the job execution.ChainerSettings.withPythonInterpreterPath
(String pythonInterpreterPath) Set the path to the Python interpreter.ChainerSettings.withPythonScriptFilePath
(String pythonScriptFilePath) Set the python script to execute.Modifier and TypeMethodDescriptionJobCreateParameters.withChainerSettings
(ChainerSettings chainerSettings) Set settings for Chainer job.