Class OnlineServingConfig (1.9.0)

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.

Inheritance

builtins.object > proto.message.Message > OnlineServingConfig