Class OnlineServingConfig (1.12.1)

OnlineServingConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

OnlineServingConfig specifies the details for provisioning online serving resources.

Attributes

NameDescription
fixed_node_count int
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.
scaling google.cloud.aiplatform_v1beta1.types.Featurestore.OnlineServingConfig.Scaling
Online serving scaling configuration. Only one of ``fixed_node_count`` and ``scaling`` can be set. Setting one will reset the other.

Inheritance

builtins.object > proto.message.Message > OnlineServingConfig

Classes

Scaling

Scaling(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Online serving scaling configuration. If min_node_count and max_node_count are set to the same value, the cluster will be configured with the fixed number of node (no auto-scaling).