class edgeimpulse_api.models.performance_calibration_parameter_set_stats_inner.PerformanceCalibrationParameterSetStatsInner(
**data: Any
)
Config
The type of the None singleton.
false_negative_rate: float
The type of the None singleton.
false_negative_times: List[float]
The type of the None singleton.
false_negatives: pydantic.types.StrictInt
The type of the None singleton.
false_positive_details: List[edgeimpulse_api.models.performance_calibration_false_positive.PerformanceCalibrationFalsePositive] | None
The type of the None singleton.
false_positive_rate: float
The type of the None singleton.
false_positives: pydantic.types.StrictInt
The type of the None singleton.
label: pydantic.types.StrictStr
The type of the None singleton.
true_negatives: pydantic.types.StrictInt
The type of the None singleton.
true_positives: pydantic.types.StrictInt
The type of the None singleton.
edgeimpulse_api.models.performance_calibration_parameter_set_stats_inner.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.performance_calibration_parameter_set_stats_inner.PerformanceCalibrationParameterSetStatsInner
edgeimpulse_api.models.performance_calibration_parameter_set_stats_inner.from_json(
json_str: str
) ‑> edgeimpulse_api.models.performance_calibration_parameter_set_stats_inner.PerformanceCalibrationParameterSetStatsInner
edgeimpulse_api.models.performance_calibration_parameter_set_stats_inner.to_dict(
self
)
edgeimpulse_api.models.performance_calibration_parameter_set_stats_inner.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.performance_calibration_parameter_set_stats_inner.to_str(
self
) ‑> str