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