Class OnlineServingConfig (1.36.4)

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 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.
scaling google.cloud.aiplatform_v1.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.

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).

Methods

OnlineServingConfig

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

OnlineServingConfig specifies the details for provisioning online serving resources.