Class Metric (2.4.1)

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

Progress metric is (string, int|float|string) pair. .. attribute:: name

Required. Metric name, e.g., "nodes total", "percent done".

:type: str

Attributes

NameDescription
int_value int
For metrics with integer value.
double_value float
For metrics with floating point value.
string_value str
For metrics with custom values (ratios, visual progress, etc.).