parameterServerCount property

String? parameterServerCount
getter/setter pair

The number of parameter server replicas to use for the training job.

Each replica in the cluster will be of the type specified in parameter_server_type. This value can only be used when scale_tier is set to CUSTOM. If you set this value, you must also set parameter_server_type. The default value is zero.

Optional.

Implementation

core.String? parameterServerCount;