MetricTimepoint¶
- class pydelfini.delfini_core.models.metric_timepoint.MetricTimepoint(dt, value, partitions=Unset)[source]¶
Bases:
object
MetricTimepoint model
- Parameters:
dt (datetime)
partitions (Unset | MetricTimepointPartitions)
- dt¶
- Type:
- partitions¶
- Type:
Union[Unset, MetricTimepointPartitions]
Attributes
- classmethod from_dict(src_dict)[source]¶
Create an instance of
MetricTimepoint
from a dict