class edgeimpulse_api.models.keras_model_metadata_metrics.KerasModelMetadataMetrics(
**data: Any
)
Config
The type of the None singleton.
accuracy: float | None
The type of the None singleton.
additional_metrics: List[edgeimpulse_api.models.additional_metric.AdditionalMetric]
The type of the None singleton.
confusion_matrix: List[List[float]]
The type of the None singleton.
is_supported_on_mcu: pydantic.types.StrictBool
The type of the None singleton.
loss: float
The type of the None singleton.
mcu_support_error: pydantic.types.StrictStr | None
The type of the None singleton.
on_device_performance: List[edgeimpulse_api.models.keras_model_metadata_metrics_on_device_performance_inner.KerasModelMetadataMetricsOnDevicePerformanceInner]
The type of the None singleton.
predictions: List[edgeimpulse_api.models.model_prediction.ModelPrediction] | None
The type of the None singleton.
profiling_job_failed: pydantic.types.StrictBool | None
The type of the None singleton.
profiling_job_id: pydantic.types.StrictInt | None
The type of the None singleton.
report: Dict[str, Any]
The type of the None singleton.
type: edgeimpulse_api.models.keras_model_type_enum.KerasModelTypeEnum
The type of the None singleton.
visualization: pydantic.types.StrictStr
The type of the None singleton.
edgeimpulse_api.models.keras_model_metadata_metrics.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.keras_model_metadata_metrics.KerasModelMetadataMetrics
edgeimpulse_api.models.keras_model_metadata_metrics.from_json(
json_str: str
) ‑> edgeimpulse_api.models.keras_model_metadata_metrics.KerasModelMetadataMetrics
edgeimpulse_api.models.keras_model_metadata_metrics.visualization_validate_enum(
v
)
edgeimpulse_api.models.keras_model_metadata_metrics.to_dict(
self
)
edgeimpulse_api.models.keras_model_metadata_metrics.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.keras_model_metadata_metrics.to_str(
self
) ‑> str