class edgeimpulse_api.models.impulse.Impulse(
**data: Any
)
Config
The type of the None singleton.
dsp_blocks: List[edgeimpulse_api.models.impulse_dsp_block.ImpulseDspBlock]
The type of the None singleton.
id: pydantic.types.StrictInt
The type of the None singleton.
input_blocks: List[edgeimpulse_api.models.impulse_input_block.ImpulseInputBlock]
The type of the None singleton.
learn_blocks: List[edgeimpulse_api.models.impulse_learn_block.ImpulseLearnBlock]
The type of the None singleton.
name: pydantic.types.StrictStr
The type of the None singleton.
post_processing_blocks: List[edgeimpulse_api.models.impulse_post_processing_block.ImpulsePostProcessingBlock]
The type of the None singleton.
edgeimpulse_api.models.impulse.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.impulse.Impulse
edgeimpulse_api.models.impulse.from_json(
json_str: str
) ‑> edgeimpulse_api.models.impulse.Impulse
edgeimpulse_api.models.impulse.to_dict(
self
)
edgeimpulse_api.models.impulse.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.impulse.to_str(
self
) ‑> str