Skip to content

Files

Latest commit

1cc7ca5 · May 26, 2025

History

History
12 lines (8 loc) · 827 Bytes

V1beta1DeviceCounterConsumption.md

File metadata and controls

12 lines (8 loc) · 827 Bytes

V1beta1DeviceCounterConsumption

DeviceCounterConsumption defines a set of counters that a device will consume from a CounterSet.

Properties

Name Type Description Notes
counter_set str CounterSet is the name of the set from which the counters defined will be consumed.
counters dict(str, V1beta1Counter) Counters defines the counters that will be consumed by the device. The maximum number counters in a device is 32. In addition, the maximum number of all counters in all devices is 1024 (for example, 64 devices with 16 counters each).

[Back to Model list] [Back to API list] [Back to README]