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