MetricLog

class pydelfini.delfini_core.models.metric_log.MetricLog(events)[source]

Bases: object

MetricLog model

Parameters:

events (List[MetricLogEntry])

events
Type:

List[‘MetricLogEntry’]

Attributes

events

classmethod from_dict(src_dict)[source]

Create an instance of MetricLog from a dict

Parameters:

src_dict (Dict[str, Any])

Return type:

T

to_dict()[source]

Convert to a dict

Return type:

Dict[str, Any]