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.Impulse( **data: Any )
**data
Any
pydantic.v1.main.BaseModel
pydantic.v1.utils.Representation
Config
dsp_blocks
List[edgeimpulse_api.models.impulse_dsp_block.ImpulseDspBlock]
id
pydantic.v1.types.StrictInt
input_blocks
List[edgeimpulse_api.models.impulse_input_block.ImpulseInputBlock]
learn_blocks
List[edgeimpulse_api.models.impulse_learn_block.ImpulseLearnBlock]
name
pydantic.v1.types.StrictStr
post_processing_blocks
List[edgeimpulse_api.models.impulse_post_processing_block.ImpulsePostProcessingBlock]
type
edgeimpulse_api.models.impulse_type.ImpulseType
edgeimpulse_api.models.impulse.Impulse.from_dict( obj: dict ) ‑> edgeimpulse_api.models.impulse.Impulse
obj
dict
edgeimpulse_api.models.impulse.Impulse
edgeimpulse_api.models.impulse.Impulse.from_json( json_str: str ) ‑> edgeimpulse_api.models.impulse.Impulse
json_str
str
edgeimpulse_api.models.impulse.Impulse.to_dict( self )
self
edgeimpulse_api.models.impulse.Impulse.to_json( self, indent=None ) ‑> str
indent=None
edgeimpulse_api.models.impulse.Impulse.to_str( self ) ‑> str
Was this page helpful?