Uses of Class
com.microsoft.azure.management.batchai.CaffeSettings
Packages that use CaffeSettings
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of CaffeSettings in com.microsoft.azure.management.batchai
Methods in com.microsoft.azure.management.batchai that return CaffeSettingsModifier and TypeMethodDescriptionBatchAIJob.caffeSettings()
JobCreateParameters.caffeSettings()
Get settings for Caffe job.CaffeSettings.withCommandLineArgs
(String commandLineArgs) Set command line arguments that need to be passed to the Caffe job.CaffeSettings.withConfigFilePath
(String configFilePath) Set path of the config file for the job.CaffeSettings.withProcessCount
(Integer processCount) Set number of processes to launch for the job execution.CaffeSettings.withPythonInterpreterPath
(String pythonInterpreterPath) Set the path to the Python interpreter.CaffeSettings.withPythonScriptFilePath
(String pythonScriptFilePath) Set python script to execute.Methods in com.microsoft.azure.management.batchai with parameters of type CaffeSettingsModifier and TypeMethodDescriptionJobCreateParameters.withCaffeSettings
(CaffeSettings caffeSettings) Set settings for Caffe job.