Package | Description |
---|---|
com.microsoft.azure.management.batchai |
This package contains the classes for BatchAIManagementClient.
|
Modifier and Type | Method and Description |
---|---|
Caffe2Settings |
JobCreateParameters.caffe2Settings()
Get settings for Caffe2 job.
|
Caffe2Settings |
Caffe2Settings.withCommandLineArgs(String commandLineArgs)
Set command line arguments that need to be passed to the python script.
|
Caffe2Settings |
Caffe2Settings.withPythonInterpreterPath(String pythonInterpreterPath)
Set the path to the Python interpreter.
|
Caffe2Settings |
Caffe2Settings.withPythonScriptFilePath(String pythonScriptFilePath)
Set the python script to execute.
|
Modifier and Type | Method and Description |
---|---|
JobCreateParameters |
JobCreateParameters.withCaffe2Settings(Caffe2Settings caffe2Settings)
Set settings for Caffe2 job.
|
Copyright © 2019. All rights reserved.