class edgeimpulse_api.models.dsp_run_request_with_features.DspRunRequestWithFeatures(
**data: Any
)
Config
The type of the None singleton.
draw_graphs: pydantic.types.StrictBool
The type of the None singleton.
features: List[pydantic.types.StrictInt]
The type of the None singleton.
params: Dict[str, pydantic.types.StrictStr]
The type of the None singleton.
request_performance: pydantic.types.StrictBool
The type of the None singleton.
edgeimpulse_api.models.dsp_run_request_with_features.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.dsp_run_request_with_features.DspRunRequestWithFeatures
edgeimpulse_api.models.dsp_run_request_with_features.from_json(
json_str: str
) ‑> edgeimpulse_api.models.dsp_run_request_with_features.DspRunRequestWithFeatures
edgeimpulse_api.models.dsp_run_request_with_features.to_dict(
self
)
edgeimpulse_api.models.dsp_run_request_with_features.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.dsp_run_request_with_features.to_str(
self
) ‑> str