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.

getScaling()

public abstract Featurestore.OnlineServingConfig.Scaling getScaling()

Online serving scaling configuration. Only one of fixed_node_count and scaling can be set. Setting one will reset the other.

.google.cloud.aiplatform.v1beta1.Featurestore.OnlineServingConfig.Scaling scaling = 4;

Returns
TypeDescription
Featurestore.OnlineServingConfig.Scaling

The scaling.

getScalingOrBuilder()

public abstract Featurestore.OnlineServingConfig.ScalingOrBuilder getScalingOrBuilder()

Online serving scaling configuration. Only one of fixed_node_count and scaling can be set. Setting one will reset the other.

.google.cloud.aiplatform.v1beta1.Featurestore.OnlineServingConfig.Scaling scaling = 4;

Returns
TypeDescription
Featurestore.OnlineServingConfig.ScalingOrBuilder

hasScaling()

public abstract boolean hasScaling()

Online serving scaling configuration. Only one of fixed_node_count and scaling can be set. Setting one will reset the other.

.google.cloud.aiplatform.v1beta1.Featurestore.OnlineServingConfig.Scaling scaling = 4;

Returns
TypeDescription
boolean

Whether the scaling field is set.