fixedNodeCount property

int? fixedNodeCount
getter/setter pair

The number of nodes for the online store.

The number of nodes doesn't scale automatically, but you can manually update the number of nodes. If set to 0, the featurestore will not have an online store and cannot be used for online serving.

Implementation

core.int? fixedNodeCount;