class edgeimpulse_api.models.detailed_impulse_metric.DetailedImpulseMetric(
**data: Any
)
Config
The type of the None singleton.
category: edgeimpulse_api.models.detailed_impulse_metric_category.DetailedImpulseMetricCategory
The type of the None singleton.
description: pydantic.types.StrictStr
The type of the None singleton.
filtering_type: edgeimpulse_api.models.detailed_impulse_metric_filtering_type.DetailedImpulseMetricFilteringType | None
The type of the None singleton.
name: pydantic.types.StrictStr
The type of the None singleton.
title: pydantic.types.StrictStr | None
The type of the None singleton.
type: pydantic.types.StrictStr
The type of the None singleton.
value: edgeimpulse_api.models.detailed_impulse_metric_value.DetailedImpulseMetricValue
The type of the None singleton.
value_for_sorting: pydantic.types.StrictInt | None
The type of the None singleton.
value_hint: pydantic.types.StrictStr | None
The type of the None singleton.
edgeimpulse_api.models.detailed_impulse_metric.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.detailed_impulse_metric.DetailedImpulseMetric
edgeimpulse_api.models.detailed_impulse_metric.from_json(
json_str: str
) ‑> edgeimpulse_api.models.detailed_impulse_metric.DetailedImpulseMetric
edgeimpulse_api.models.detailed_impulse_metric.type_validate_enum(
v
)
edgeimpulse_api.models.detailed_impulse_metric.to_dict(
self
)
edgeimpulse_api.models.detailed_impulse_metric.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.detailed_impulse_metric.to_str(
self
) ‑> str