TensorFlowSettings interface

Properties

masterCommandLineArgs

Master command line arguments.

parameterServerCommandLineArgs

Parameter server command

parameterServerCount

Parameter server count. The number

pythonInterpreterPath

Python interpreter path. The path

pythonScriptFilePath
workerCommandLineArgs

Worker command line arguments.

workerCount

Worker count. The number of worker tasks.

Property Details

masterCommandLineArgs

Master command line arguments.

masterCommandLineArgs?: string

Property Value

string

parameterServerCommandLineArgs

Parameter server command

parameterServerCommandLineArgs?: string

Property Value

string

parameterServerCount

Parameter server count. The number

parameterServerCount?: number

Property Value

number

pythonInterpreterPath

Python interpreter path. The path

pythonInterpreterPath?: string

Property Value

string

pythonScriptFilePath

pythonScriptFilePath: string

Property Value

string

workerCommandLineArgs

Worker command line arguments.

workerCommandLineArgs?: string

Property Value

string

workerCount

Worker count. The number of worker tasks.

workerCount?: number

Property Value

number