class edgeimpulse_api.models.get_impulse_blocks_response.GetImpulseBlocksResponse(
**data: Any
)
Config
The type of the None singleton.
dsp_blocks: List[edgeimpulse_api.models.dsp_block.DSPBlock]
The type of the None singleton.
error: pydantic.types.StrictStr | None
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.
success: pydantic.types.StrictBool
The type of the None singleton.
edgeimpulse_api.models.get_impulse_blocks_response.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.get_impulse_blocks_response.GetImpulseBlocksResponse
edgeimpulse_api.models.get_impulse_blocks_response.from_json(
json_str: str
) ‑> edgeimpulse_api.models.get_impulse_blocks_response.GetImpulseBlocksResponse
edgeimpulse_api.models.get_impulse_blocks_response.to_dict(
self
)
edgeimpulse_api.models.get_impulse_blocks_response.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.get_impulse_blocks_response.to_str(
self
) ‑> str