class edgeimpulse_api.models.classify_job_response.ClassifyJobResponse(
**data: Any
)
Config
The type of the None singleton.
accuracy: edgeimpulse_api.models.classify_job_response_all_of_accuracy.ClassifyJobResponseAllOfAccuracy
The type of the None singleton.
additional_metrics_by_learn_block: List[edgeimpulse_api.models.classify_job_response_all_of_additional_metrics_by_learn_block.ClassifyJobResponseAllOfAdditionalMetricsByLearnBlock]
The type of the None singleton.
available_variants: List[edgeimpulse_api.models.keras_model_variant_enum.KerasModelVariantEnum]
The type of the None singleton.
error: pydantic.types.StrictStr | None
The type of the None singleton.
no_results_because_thresholds_changed: pydantic.types.StrictStr | None
The type of the None singleton.
predictions: List[edgeimpulse_api.models.model_prediction.ModelPrediction]
The type of the None singleton.
result: List[edgeimpulse_api.models.model_result.ModelResult]
The type of the None singleton.
success: pydantic.types.StrictBool
The type of the None singleton.
edgeimpulse_api.models.classify_job_response.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.classify_job_response.ClassifyJobResponse
edgeimpulse_api.models.classify_job_response.from_json(
json_str: str
) ‑> edgeimpulse_api.models.classify_job_response.ClassifyJobResponse
edgeimpulse_api.models.classify_job_response.no_results_because_thresholds_changed_validate_enum(
v
)
edgeimpulse_api.models.classify_job_response.to_dict(
self
)
edgeimpulse_api.models.classify_job_response.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.classify_job_response.to_str(
self
) ‑> str