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.get_inference_history_response.GetInferenceHistoryResponse( **data: Any )
**data
Any
pydantic.v1.main.BaseModel
pydantic.v1.utils.Representation
Config
all_classes
List[pydantic.v1.types.StrictStr]
all_devices
List[edgeimpulse_api.models.get_inference_history_response_all_of_all_devices.GetInferenceHistoryResponseAllOfAllDevices]
all_metrics
error
pydantic.v1.types.StrictStr | None
success
pydantic.v1.types.StrictBool
summary_by_device
List[edgeimpulse_api.models.inference_history_aggregate.InferenceHistoryAggregate]
summary_by_time
List[edgeimpulse_api.models.get_inference_history_response_all_of_summary_by_time.GetInferenceHistoryResponseAllOfSummaryByTime]
edgeimpulse_api.models.get_inference_history_response.GetInferenceHistoryResponse.from_dict( obj: dict ) ‑> edgeimpulse_api.models.get_inference_history_response.GetInferenceHistoryResponse
obj
dict
edgeimpulse_api.models.get_inference_history_response.GetInferenceHistoryResponse
edgeimpulse_api.models.get_inference_history_response.GetInferenceHistoryResponse.from_json( json_str: str ) ‑> edgeimpulse_api.models.get_inference_history_response.GetInferenceHistoryResponse
json_str
str
edgeimpulse_api.models.get_inference_history_response.GetInferenceHistoryResponse.to_dict( self )
self
edgeimpulse_api.models.get_inference_history_response.GetInferenceHistoryResponse.to_json( self, indent=None ) ‑> str
indent=None
edgeimpulse_api.models.get_inference_history_response.GetInferenceHistoryResponse.to_str( self ) ‑> str
Was this page helpful?