class edgeimpulse_api.models.performance_calibration_ground_truth.PerformanceCalibrationGroundTruth(
**data: Any
)
Config
The type of the None singleton.
label_idx: pydantic.types.StrictInt
The type of the None singleton.
label_string: pydantic.types.StrictStr
The type of the None singleton.
length: pydantic.types.StrictInt
The type of the None singleton.
samples: List[edgeimpulse_api.models.performance_calibration_ground_truth_samples_inner.PerformanceCalibrationGroundTruthSamplesInner] | None
The type of the None singleton.
start: pydantic.types.StrictInt
The type of the None singleton.
type: pydantic.types.StrictStr
The type of the None singleton.
edgeimpulse_api.models.performance_calibration_ground_truth.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.performance_calibration_ground_truth.PerformanceCalibrationGroundTruth
edgeimpulse_api.models.performance_calibration_ground_truth.from_json(
json_str: str
) ‑> edgeimpulse_api.models.performance_calibration_ground_truth.PerformanceCalibrationGroundTruth
edgeimpulse_api.models.performance_calibration_ground_truth.type_validate_enum(
v
)
edgeimpulse_api.models.performance_calibration_ground_truth.to_dict(
self
)
edgeimpulse_api.models.performance_calibration_ground_truth.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.performance_calibration_ground_truth.to_str(
self
) ‑> str