Uses of Class
com.microsoft.azure.management.batchai.Caffe2Settings
Packages that use Caffe2Settings
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of Caffe2Settings in com.microsoft.azure.management.batchai
Methods in com.microsoft.azure.management.batchai that return Caffe2SettingsModifier and TypeMethodDescriptionJobCreateParameters.caffe2Settings()
Get settings for Caffe2 job.Caffe2Settings.withCommandLineArgs
(String commandLineArgs) Set command line arguments that need to be passed to the python script.Caffe2Settings.withPythonInterpreterPath
(String pythonInterpreterPath) Set the path to the Python interpreter.Caffe2Settings.withPythonScriptFilePath
(String pythonScriptFilePath) Set the python script to execute.Methods in com.microsoft.azure.management.batchai with parameters of type Caffe2SettingsModifier and TypeMethodDescriptionJobCreateParameters.withCaffe2Settings
(Caffe2Settings caffe2Settings) Set settings for Caffe2 job.