Uses of Class
com.microsoft.azure.management.batchai.CaffeSettings
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of CaffeSettings in com.microsoft.azure.management.batchai
Modifier 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.Modifier and TypeMethodDescriptionJobCreateParameters.withCaffeSettings
(CaffeSettings caffeSettings) Set settings for Caffe job.