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