Package | Description |
---|---|
com.microsoft.azure.management.batchai |
This package contains the classes for BatchAIManagementClient.
|
Modifier and Type | Method and Description |
---|---|
CaffeSettings |
JobCreateParameters.caffeSettings()
Get settings for Caffe job.
|
CaffeSettings |
BatchAIJob.caffeSettings() |
CaffeSettings |
CaffeSettings.withCommandLineArgs(String commandLineArgs)
Set command line arguments that need to be passed to the Caffe job.
|
CaffeSettings |
CaffeSettings.withConfigFilePath(String configFilePath)
Set path of the config file for the job.
|
CaffeSettings |
CaffeSettings.withProcessCount(Integer processCount)
Set number of processes to launch for the job execution.
|
CaffeSettings |
CaffeSettings.withPythonInterpreterPath(String pythonInterpreterPath)
Set the path to the Python interpreter.
|
CaffeSettings |
CaffeSettings.withPythonScriptFilePath(String pythonScriptFilePath)
Set python script to execute.
|
Modifier and Type | Method and Description |
---|---|
JobCreateParameters |
JobCreateParameters.withCaffeSettings(CaffeSettings caffeSettings)
Set settings for Caffe job.
|
Copyright © 2019. All rights reserved.