Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
edgeimpulse_api.models.impulse_learn_block.ImpulseLearnBlock( **data: Any )
**data
Any
pydantic.v1.main.BaseModel
pydantic.v1.utils.Representation
Config
created_at
datetime.datetime | None
created_by
pydantic.v1.types.StrictStr | None
dsp
List[pydantic.v1.types.StrictInt]
id
pydantic.v1.types.ConstrainedIntValue
name
pydantic.v1.types.StrictStr
title
type
edgeimpulse_api.models.learn_block_type.LearnBlockType
edgeimpulse_api.models.impulse_learn_block.ImpulseLearnBlock.from_dict( obj: dict ) ‑> edgeimpulse_api.models.impulse_learn_block.ImpulseLearnBlock
obj
dict
edgeimpulse_api.models.impulse_learn_block.ImpulseLearnBlock
edgeimpulse_api.models.impulse_learn_block.ImpulseLearnBlock.from_json( json_str: str ) ‑> edgeimpulse_api.models.impulse_learn_block.ImpulseLearnBlock
json_str
str
edgeimpulse_api.models.impulse_learn_block.ImpulseLearnBlock.to_dict( self )
self
edgeimpulse_api.models.impulse_learn_block.ImpulseLearnBlock.to_json( self, indent=None ) ‑> str
indent=None
edgeimpulse_api.models.impulse_learn_block.ImpulseLearnBlock.to_str( self ) ‑> str
Was this page helpful?