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.profile_model_table_mcu.ProfileModelTableMcu( **data: Any )
**data
Any
pydantic.v1.main.BaseModel
pydantic.v1.utils.Representation
Config
description
pydantic.v1.types.StrictStr
mcu_support_error
pydantic.v1.types.StrictStr | None
memory
edgeimpulse_api.models.profile_model_table_mcu_memory.ProfileModelTableMcuMemory | None
supported
pydantic.v1.types.StrictBool
time_per_inference_ms
pydantic.v1.types.StrictInt | None
edgeimpulse_api.models.profile_model_table_mcu.ProfileModelTableMcu.from_dict( obj: dict ) ‑> edgeimpulse_api.models.profile_model_table_mcu.ProfileModelTableMcu
obj
dict
edgeimpulse_api.models.profile_model_table_mcu.ProfileModelTableMcu
edgeimpulse_api.models.profile_model_table_mcu.ProfileModelTableMcu.from_json( json_str: str ) ‑> edgeimpulse_api.models.profile_model_table_mcu.ProfileModelTableMcu
json_str
str
edgeimpulse_api.models.profile_model_table_mcu.ProfileModelTableMcu.to_dict( self )
self
edgeimpulse_api.models.profile_model_table_mcu.ProfileModelTableMcu.to_json( self, indent=None ) ‑> str
indent=None
edgeimpulse_api.models.profile_model_table_mcu.ProfileModelTableMcu.to_str( self ) ‑> str
Was this page helpful?