workerCount property

int? workerCount
getter/setter pair

Specifies the number of workers that are used to write data to the Featurestore.

Consider the online serving capacity that you require to achieve the desired import throughput without interfering with online serving. The value must be positive, and less than or equal to 100. If not set, defaults to using 1 worker. The low count ensures minimal impact on online serving performance.

Implementation

core.int? workerCount;