Class OnlineServingConfig (1.12.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 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.

Inheritance

builtins.object > proto.message.Message > OnlineServingConfig