MetadataMetric¶
- class pydelfini.delfini_core.models.metadata_metric.MetadataMetric(description, name, type=MetadataMetricType.METADATA)[source]¶
Bases:
object
MetadataMetric model
- Parameters:
description (str)
name (str)
type (Unset | MetadataMetricType)
- type¶
Default: MetadataMetricType.METADATA.
- Type:
Union[Unset, MetadataMetricType]
Attributes
- classmethod from_dict(src_dict)[source]¶
Create an instance of
MetadataMetric
from a dict