class edgeimpulse_api.models.impulse_learn_block.ImpulseLearnBlock(
**data: Any
)
Config
The type of the None singleton.
created_at: datetime.datetime | None
The type of the None singleton.
created_by: pydantic.types.StrictStr | None
The type of the None singleton.
dsp: List[pydantic.types.StrictInt]
The type of the None singleton.
id: pydantic.types.ConstrainedIntValue
The type of the None singleton.
name: pydantic.types.StrictStr
The type of the None singleton.
title: pydantic.types.StrictStr
The type of the None singleton.
type: edgeimpulse_api.models.learn_block_type.LearnBlockType
The type of the None singleton.
edgeimpulse_api.models.impulse_learn_block.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.impulse_learn_block.ImpulseLearnBlock
edgeimpulse_api.models.impulse_learn_block.from_json(
json_str: str
) ‑> edgeimpulse_api.models.impulse_learn_block.ImpulseLearnBlock
edgeimpulse_api.models.impulse_learn_block.to_dict(
self
)
edgeimpulse_api.models.impulse_learn_block.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.impulse_learn_block.to_str(
self
) ‑> str