Interface Featurestore.OnlineServingConfigOrBuilder (2.9.8)

public static interface Featurestore.OnlineServingConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFixedNodeCount()

public abstract int getFixedNodeCount()

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.

int32 fixed_node_count = 2;

Returns
TypeDescription
int

The fixedNodeCount.