class edgeimpulse_api.models.get_impulse_blocks_response_all_of.GetImpulseBlocksResponseAllOf(
**data: Any
)
Config
The type of the None singleton.
dsp_blocks: List[edgeimpulse_api.models.dsp_block.DSPBlock]
The type of the None singleton.
input_blocks: List[edgeimpulse_api.models.input_block.InputBlock]
The type of the None singleton.
learn_blocks: List[edgeimpulse_api.models.learn_block.LearnBlock]
The type of the None singleton.
post_processing_blocks: List[edgeimpulse_api.models.post_processing_block.PostProcessingBlock]
The type of the None singleton.
edgeimpulse_api.models.get_impulse_blocks_response_all_of.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.get_impulse_blocks_response_all_of.GetImpulseBlocksResponseAllOf
edgeimpulse_api.models.get_impulse_blocks_response_all_of.from_json(
json_str: str
) ‑> edgeimpulse_api.models.get_impulse_blocks_response_all_of.GetImpulseBlocksResponseAllOf
edgeimpulse_api.models.get_impulse_blocks_response_all_of.to_dict(
self
)
edgeimpulse_api.models.get_impulse_blocks_response_all_of.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.get_impulse_blocks_response_all_of.to_str(
self
) ‑> str