Interface Featurestore.OnlineServingConfigOrBuilder (3.42.0)

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.

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.v1.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.v1.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.v1.Featurestore.OnlineServingConfig.Scaling scaling = 4;

Returns
TypeDescription
boolean

Whether the scaling field is set.