class edgeimpulse_api.models.anomaly_result.AnomalyResult(
**data: Any
)
Config
The type of the None singleton.
boxes: List[edgeimpulse_api.models.bounding_box_with_score.BoundingBoxWithScore] | None
The type of the None singleton.
max_score: float | None
The type of the None singleton.
mean_score: float | None
The type of the None singleton.
scores: List[List[float]] | None
The type of the None singleton.
edgeimpulse_api.models.anomaly_result.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.anomaly_result.AnomalyResult
edgeimpulse_api.models.anomaly_result.from_json(
json_str: str
) ‑> edgeimpulse_api.models.anomaly_result.AnomalyResult
edgeimpulse_api.models.anomaly_result.to_dict(
self
)
edgeimpulse_api.models.anomaly_result.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.anomaly_result.to_str(
self
) ‑> str