class edgeimpulse_api.models.performance_calibration_false_positive.PerformanceCalibrationFalsePositive(
**data: Any
)
Config
The type of the None singleton.
detection_time: pydantic.types.StrictInt
The type of the None singleton.
ground_truth_label: pydantic.types.StrictStr | None
The type of the None singleton.
ground_truth_start: float | None
The type of the None singleton.
sample_ids: List[pydantic.types.StrictInt] | None
The type of the None singleton.
type: pydantic.types.StrictStr
The type of the None singleton.
edgeimpulse_api.models.performance_calibration_false_positive.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.performance_calibration_false_positive.PerformanceCalibrationFalsePositive
edgeimpulse_api.models.performance_calibration_false_positive.from_json(
json_str: str
) ‑> edgeimpulse_api.models.performance_calibration_false_positive.PerformanceCalibrationFalsePositive
edgeimpulse_api.models.performance_calibration_false_positive.type_validate_enum(
v
)
edgeimpulse_api.models.performance_calibration_false_positive.to_dict(
self
)
edgeimpulse_api.models.performance_calibration_false_positive.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.performance_calibration_false_positive.to_str(
self
) ‑> str