Interface Featurestore.OnlineServingConfig.ScalingOrBuilder (2.8.9)

public static interface Featurestore.OnlineServingConfig.ScalingOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMaxNodeCount()

public abstract int getMaxNodeCount()

The maximum number of nodes to scale up to. Must be greater or equal to min_node_count.

int32 max_node_count = 2;

Returns
TypeDescription
int

The maxNodeCount.

getMinNodeCount()

public abstract int getMinNodeCount()

Required. The minimum number of nodes to scale down to. Must be greater than or equal to 1.

int32 min_node_count = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

The minNodeCount.