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.report.Report( **data: Any )
**data
Any
pydantic.v1.main.BaseModel
pydantic.v1.utils.Representation
Config
created
datetime.datetime
created_by_user
edgeimpulse_api.models.created_updated_by_user.CreatedUpdatedByUser | None
download_link
pydantic.v1.types.StrictStr | None
id
pydantic.v1.types.StrictInt
job_finished
pydantic.v1.types.StrictBool
job_finished_successful
job_id
report_end_date
report_start_date
edgeimpulse_api.models.report.Report.from_dict( obj: dict ) ‑> edgeimpulse_api.models.report.Report
obj
dict
edgeimpulse_api.models.report.Report
edgeimpulse_api.models.report.Report.from_json( json_str: str ) ‑> edgeimpulse_api.models.report.Report
json_str
str
edgeimpulse_api.models.report.Report.to_dict( self )
self
edgeimpulse_api.models.report.Report.to_json( self, indent=None ) ‑> str
indent=None
edgeimpulse_api.models.report.Report.to_str( self ) ‑> str
Was this page helpful?