Class OnlineServingConfig (1.13.1)

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

OnlineServingConfig specifies the details for provisioning online serving resources.

Attribute

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.

Inheritance

builtins.object > proto.message.Message > OnlineServingConfig