TensorFlow interface

TensorFlow distribution configuration.

Extends

Properties

distributionType

Polymorphic discriminator, which specifies the different types this object can be

parameterServerCount

Number of parameter server tasks.

workerCount

Number of workers. If not specified, will default to the instance count.

Property Details

distributionType

Polymorphic discriminator, which specifies the different types this object can be

distributionType: "TensorFlow"

Property Value

"TensorFlow"

parameterServerCount

Number of parameter server tasks.

parameterServerCount?: number

Property Value

number

workerCount

Number of workers. If not specified, will default to the instance count.

workerCount?: number

Property Value

number