performance_calibration_raw_detection module#

class edgeimpulse_api.models.performance_calibration_raw_detection.PerformanceCalibrationRawDetection(
*,
start: StrictInt,
end: StrictInt,
result: List[float],
)[source]#

Bases: BaseModel

class Config[source]#

Bases: object

allow_population_by_field_name = True#
validate_assignment = False#
end: StrictInt#
classmethod from_dict(
obj: dict,
) PerformanceCalibrationRawDetection[source]#

Create an instance of PerformanceCalibrationRawDetection from a dict

classmethod from_json(
json_str: str,
) PerformanceCalibrationRawDetection[source]#

Create an instance of PerformanceCalibrationRawDetection from a JSON string

result: List[float]#
start: StrictInt#
to_dict()[source]#

Returns the dictionary representation of the model using alias

to_json() str[source]#

Returns the JSON representation of the model using alias

to_str() str[source]#

Returns the string representation of the model using alias