Interface Featurestore.OnlineServingConfigOrBuilder (2.8.9)

public static interface Featurestore.OnlineServingConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFixedNodeCount()

public abstract int getFixedNodeCount()

The number of nodes for each cluster. The number of nodes will not scale automatically but can be scaled manually by providing different values when updating. Only one of fixed_node_count and scaling can be set. Setting one will reset the other.

int32 fixed_node_count = 2;

Returns
TypeDescription
int

The fixedNodeCount.