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.model_prediction.ModelPrediction( **data: Any )
**data
Any
pydantic.v1.main.BaseModel
pydantic.v1.utils.Representation
Config
anomaly_scores
List[List[float]] | None
bounding_boxes
List[edgeimpulse_api.models.bounding_box_with_score.BoundingBoxWithScore] | None
end_ms
float
f1_score
float | None
label
pydantic.v1.types.StrictStr | None
label_map_predictions
Dict[str, pydantic.v1.types.StrictStr] | None
prediction
pydantic.v1.types.StrictStr
prediction_correct
pydantic.v1.types.StrictBool | None
sample_id
pydantic.v1.types.StrictInt
start_ms
edgeimpulse_api.models.model_prediction.ModelPrediction.from_dict( obj: dict ) ‑> edgeimpulse_api.models.model_prediction.ModelPrediction
obj
dict
edgeimpulse_api.models.model_prediction.ModelPrediction
edgeimpulse_api.models.model_prediction.ModelPrediction.from_json( json_str: str ) ‑> edgeimpulse_api.models.model_prediction.ModelPrediction
json_str
str
edgeimpulse_api.models.model_prediction.ModelPrediction.to_dict( self )
self
edgeimpulse_api.models.model_prediction.ModelPrediction.to_json( self, indent=None ) ‑> str
indent=None
edgeimpulse_api.models.model_prediction.ModelPrediction.to_str( self ) ‑> str
Was this page helpful?