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