class edgeimpulse_api.models.structured_classify_result.StructuredClassifyResult(
**data: Any
)
Config
The type of the None singleton.
boxes: List[List[float]]
The type of the None singleton.
debug_info_json: pydantic.types.StrictStr | None
The type of the None singleton.
f1: float
The type of the None singleton.
labels: List[pydantic.types.StrictStr] | None
The type of the None singleton.
m_ap: float
The type of the None singleton.
precision: float
The type of the None singleton.
recall: float
The type of the None singleton.
scores: List[float]
The type of the None singleton.
edgeimpulse_api.models.structured_classify_result.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.structured_classify_result.StructuredClassifyResult
edgeimpulse_api.models.structured_classify_result.from_json(
json_str: str
) ‑> edgeimpulse_api.models.structured_classify_result.StructuredClassifyResult
edgeimpulse_api.models.structured_classify_result.to_dict(
self
)
edgeimpulse_api.models.structured_classify_result.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.structured_classify_result.to_str(
self
) ‑> str