Share via


TensorFlowSettings Class

Definition

TensorFlow job settings.

public class TensorFlowSettings
type TensorFlowSettings = class
Public Class TensorFlowSettings
Inheritance
TensorFlowSettings

Constructors

TensorFlowSettings()

Initializes a new instance of the TensorFlowSettings class.

TensorFlowSettings(String, String, String, String, String, Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the TensorFlowSettings class.

Properties

MasterCommandLineArgs

Gets or sets master command line arguments.

ParameterServerCommandLineArgs

Gets or sets parameter server command line arguments.

ParameterServerCount

Gets or sets parameter server count.

PythonInterpreterPath

Gets or sets python interpreter path.

PythonScriptFilePath

Gets or sets python script file path.

WorkerCommandLineArgs

Gets or sets worker command line arguments.

WorkerCount

Gets or sets worker count.

Methods

Validate()

Validate the object.

Applies to