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.classify_job_response_all_of_accuracy.ClassifyJobResponseAllOfAccuracy( **data: Any )
**data
Any
pydantic.v1.main.BaseModel
pydantic.v1.utils.Representation
Config
accuracy_score
float | None
all_labels
List[pydantic.v1.types.StrictStr]
anomaly_accuracy_score
balanced_accuracy_score
confusion_matrix_values
Dict[str, Dict[str, float]]
mse_score
no_anomaly_accuracy_score
summary_per_class
Dict[str, edgeimpulse_api.models.classify_job_response_all_of_accuracy_total_summary.ClassifyJobResponseAllOfAccuracyTotalSummary]
total_summary
edgeimpulse_api.models.classify_job_response_all_of_accuracy_total_summary.ClassifyJobResponseAllOfAccuracyTotalSummary
edgeimpulse_api.models.classify_job_response_all_of_accuracy.ClassifyJobResponseAllOfAccuracy.from_dict( obj: dict ) ‑> edgeimpulse_api.models.classify_job_response_all_of_accuracy.ClassifyJobResponseAllOfAccuracy
obj
dict
edgeimpulse_api.models.classify_job_response_all_of_accuracy.ClassifyJobResponseAllOfAccuracy
edgeimpulse_api.models.classify_job_response_all_of_accuracy.ClassifyJobResponseAllOfAccuracy.from_json( json_str: str ) ‑> edgeimpulse_api.models.classify_job_response_all_of_accuracy.ClassifyJobResponseAllOfAccuracy
json_str
str
edgeimpulse_api.models.classify_job_response_all_of_accuracy.ClassifyJobResponseAllOfAccuracy.to_dict( self )
self
edgeimpulse_api.models.classify_job_response_all_of_accuracy.ClassifyJobResponseAllOfAccuracy.to_json( self, indent=None ) ‑> str
indent=None
edgeimpulse_api.models.classify_job_response_all_of_accuracy.ClassifyJobResponseAllOfAccuracy.to_str( self ) ‑> str
Was this page helpful?