start_performance_calibration_request module#

class edgeimpulse_api.models.start_performance_calibration_request.StartPerformanceCalibrationRequest(
*,
backgroundNoiseLabel: StrictStr,
otherNoiseLabels: List[StrictStr] | None = None,
uploadKey: StrictStr | None = None,
sampleLengthMinutes: float | None = None,
)[source]#

Bases: BaseModel

class Config[source]#

Bases: object

allow_population_by_field_name = True#
validate_assignment = False#
background_noise_label: StrictStr#
classmethod from_dict(
obj: dict,
) StartPerformanceCalibrationRequest[source]#

Create an instance of StartPerformanceCalibrationRequest from a dict

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

Create an instance of StartPerformanceCalibrationRequest from a JSON string

other_noise_labels: List[StrictStr] | None#
sample_length_minutes: float | None#
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

upload_key: StrictStr | None#