Interface Featurestore.OnlineServingConfig.ScalingOrBuilder (3.10.0)

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 than min_node_count, and less than or equal to 10 times of '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.