public static interface Featurestore.OnlineServingConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getFixedNodeCount()
The number of nodes for the online store.
|
Featurestore.OnlineServingConfig.Scaling |
getScaling()
Online serving scaling configuration.
|
Featurestore.OnlineServingConfig.ScalingOrBuilder |
getScalingOrBuilder()
Online serving scaling configuration.
|
boolean |
hasScaling()
Online serving scaling configuration.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint 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;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;
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;
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;
Copyright © 2025 Google LLC. All rights reserved.