class edgeimpulse_api.models.model_result.ModelResult(
**data: Any
)
Config
The type of the None singleton.
classifications: List[edgeimpulse_api.models.classify_sample_response_classification.ClassifySampleResponseClassification]
The type of the None singleton.
sample: edgeimpulse_api.models.sample.Sample
The type of the None singleton.
sample_id: pydantic.types.StrictInt
The type of the None singleton.
edgeimpulse_api.models.model_result.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.model_result.ModelResult
edgeimpulse_api.models.model_result.from_json(
json_str: str
) ‑> edgeimpulse_api.models.model_result.ModelResult
edgeimpulse_api.models.model_result.to_dict(
self
)
edgeimpulse_api.models.model_result.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.model_result.to_str(
self
) ‑> str