EventsCustomMetricInfo Class

The custom metric info.

Inheritance
EventsCustomMetricInfo

Constructor

EventsCustomMetricInfo(**kwargs)

Parameters

name
str
Required

The name of the custom metric

value
float
Required

The value of the custom metric

value_sum
float
Required

The sum of the custom metric

value_count
int
Required

The count of the custom metric

value_min
float
Required

The minimum value of the custom metric

value_max
float
Required

The maximum value of the custom metric

value_std_dev
float
Required

The standard deviation of the custom metric