class edgeimpulse_api.models.profile_model_info_memory_details.ProfileModelInfoMemoryDetails(
**data: Any
)
Config
The type of the None singleton.
arena_size: pydantic.types.StrictInt
The type of the None singleton.
ram: pydantic.types.StrictInt
The type of the None singleton.
rom: pydantic.types.StrictInt
The type of the None singleton.
edgeimpulse_api.models.profile_model_info_memory_details.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.profile_model_info_memory_details.ProfileModelInfoMemoryDetails
edgeimpulse_api.models.profile_model_info_memory_details.from_json(
json_str: str
) ‑> edgeimpulse_api.models.profile_model_info_memory_details.ProfileModelInfoMemoryDetails
edgeimpulse_api.models.profile_model_info_memory_details.to_dict(
self
)
edgeimpulse_api.models.profile_model_info_memory_details.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.profile_model_info_memory_details.to_str(
self
) ‑> str