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.inference_history_aggregate.InferenceHistoryAggregate( **data: Any )
**data
Any
pydantic.v1.main.BaseModel
pydantic.v1.utils.Representation
Config
device_id
pydantic.v1.types.StrictStr
device_name
means
List[edgeimpulse_api.models.inference_summary_metrics.InferenceSummaryMetrics]
metrics
standard_deviations
total_classifications
total_inferences
float
edgeimpulse_api.models.inference_history_aggregate.InferenceHistoryAggregate.from_dict( obj: dict ) ‑> edgeimpulse_api.models.inference_history_aggregate.InferenceHistoryAggregate
obj
dict
edgeimpulse_api.models.inference_history_aggregate.InferenceHistoryAggregate
edgeimpulse_api.models.inference_history_aggregate.InferenceHistoryAggregate.from_json( json_str: str ) ‑> edgeimpulse_api.models.inference_history_aggregate.InferenceHistoryAggregate
json_str
str
edgeimpulse_api.models.inference_history_aggregate.InferenceHistoryAggregate.to_dict( self )
self
edgeimpulse_api.models.inference_history_aggregate.InferenceHistoryAggregate.to_json( self, indent=None ) ‑> str
indent=None
edgeimpulse_api.models.inference_history_aggregate.InferenceHistoryAggregate.to_str( self ) ‑> str
Was this page helpful?