class edgeimpulse_api.models.dsp_autotuner_results.DspAutotunerResults(
**data: Any
)
Config
The type of the None singleton.
error: pydantic.types.StrictStr | None
The type of the None singleton.
results: List[edgeimpulse_api.models.dsp_autotuner_results_all_of_results.DspAutotunerResultsAllOfResults]
The type of the None singleton.
success: pydantic.types.StrictBool
The type of the None singleton.
edgeimpulse_api.models.dsp_autotuner_results.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.dsp_autotuner_results.DspAutotunerResults
edgeimpulse_api.models.dsp_autotuner_results.from_json(
json_str: str
) ‑> edgeimpulse_api.models.dsp_autotuner_results.DspAutotunerResults
edgeimpulse_api.models.dsp_autotuner_results.to_dict(
self
)
edgeimpulse_api.models.dsp_autotuner_results.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.dsp_autotuner_results.to_str(
self
) ‑> str