Package | Description |
---|---|
com.microsoft.azure.management.batchai |
This package contains the classes for BatchAIManagementClient.
|
Modifier and Type | Method and Description |
---|---|
TensorFlowSettings |
JobCreateParameters.tensorFlowSettings()
Get settings for Tensor Flow job.
|
TensorFlowSettings |
BatchAIJob.tensorFlowSettings() |
TensorFlowSettings |
TensorFlowSettings.withMasterCommandLineArgs(String masterCommandLineArgs)
Set command line arguments that need to be passed to the python script for the master task.
|
TensorFlowSettings |
TensorFlowSettings.withParameterServerCommandLineArgs(String parameterServerCommandLineArgs)
Set command line arguments that need to be passed to the python script for the parameter server.
|
TensorFlowSettings |
TensorFlowSettings.withParameterServerCount(Integer parameterServerCount)
Set the number of parameter server tasks.
|
TensorFlowSettings |
TensorFlowSettings.withPythonInterpreterPath(String pythonInterpreterPath)
Set the path to the Python interpreter.
|
TensorFlowSettings |
TensorFlowSettings.withPythonScriptFilePath(String pythonScriptFilePath)
Set the python script to execute.
|
TensorFlowSettings |
TensorFlowSettings.withWorkerCommandLineArgs(String workerCommandLineArgs)
Set command line arguments that need to be passed to the python script for the worker task.
|
TensorFlowSettings |
TensorFlowSettings.withWorkerCount(Integer workerCount)
Set the number of worker tasks.
|
Modifier and Type | Method and Description |
---|---|
JobCreateParameters |
JobCreateParameters.withTensorFlowSettings(TensorFlowSettings tensorFlowSettings)
Set settings for Tensor Flow job.
|
Copyright © 2019. All rights reserved.