TensorFlow interface
TensorFlow distribution configuration.
- Extends
Properties
distribution |
Polymorphic discriminator, which specifies the different types this object can be |
parameter |
Number of parameter server tasks. |
worker |
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