class edgeimpulse_api.models.report.Report(
**data: Any
)
Config
The type of the None singleton.
created: datetime.datetime
The type of the None singleton.
created_by_user: edgeimpulse_api.models.created_updated_by_user.CreatedUpdatedByUser | None
The type of the None singleton.
download_link: pydantic.types.StrictStr | None
The type of the None singleton.
id: pydantic.types.StrictInt
The type of the None singleton.
job_finished: pydantic.types.StrictBool
The type of the None singleton.
job_finished_successful: pydantic.types.StrictBool
The type of the None singleton.
job_id: pydantic.types.StrictInt
The type of the None singleton.
report_end_date: datetime.datetime
The type of the None singleton.
report_start_date: datetime.datetime
The type of the None singleton.
edgeimpulse_api.models.report.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.report.Report
edgeimpulse_api.models.report.from_json(
json_str: str
) ‑> edgeimpulse_api.models.report.Report
edgeimpulse_api.models.report.to_dict(
self
)
edgeimpulse_api.models.report.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.report.to_str(
self
) ‑> str