Uses of Class
com.microsoft.azure.management.batchai.ChainerSettings
Packages that use ChainerSettings
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of ChainerSettings in com.microsoft.azure.management.batchai
Methods in com.microsoft.azure.management.batchai that return ChainerSettingsModifier 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.Methods in com.microsoft.azure.management.batchai with parameters of type ChainerSettingsModifier and TypeMethodDescriptionJobCreateParameters.withChainerSettings
(ChainerSettings chainerSettings) Set settings for Chainer job.