ray.util.metrics.Counter.inc#

Counter.inc(value: int | float = 1.0, tags: Dict[str, str] = None)[源代码]#

将计数器增加 `value`(默认为 1)。

传入的标签将优先于度量的默认标签。

参数:
  • value (int, float) – 计数器增量值(默认=1)。

  • tags (Dict[str, str]) – 为此计数器设置或覆盖的标签。