class edgeimpulse_api.models.download.Download(
**data: Any
)
Config
The type of the None singleton.
id: pydantic.types.StrictStr | None
The type of the None singleton.
impulse_id: float | None
The type of the None singleton.
link: pydantic.types.StrictStr
The type of the None singleton.
name: pydantic.types.StrictStr
The type of the None singleton.
size: pydantic.types.StrictStr | None
The type of the None singleton.
type: pydantic.types.StrictStr
The type of the None singleton.
edgeimpulse_api.models.download.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.download.Download
edgeimpulse_api.models.download.from_json(
json_str: str
) ‑> edgeimpulse_api.models.download.Download
edgeimpulse_api.models.download.to_dict(
self
)
edgeimpulse_api.models.download.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.download.to_str(
self
) ‑> str