workerCount property

String? workerCount
getter/setter pair

The number of worker replicas to use for the training job.

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

Optional.

Implementation

core.String? workerCount;