start_performance_calibration_request
edgeimpulse_api v1.0.0
edgeimpulse_api.models.start_performance_calibration_request module
class edgeimpulse_api.models.start_performance_calibration_request.StartPerformanceCalibrationRequest(*, backgroundNoiseLabel: StrictStr, otherNoiseLabels: Optional[List[StrictStr]] = None, uploadKey: Optional[StrictStr] = None, sampleLengthMinutes: Optional[float] = None)Bases:
BaseModel
class Config()Bases:
object
allow_population_by_field_name(_ = Tru_ )
validate_assignment(_ = Tru_ )
background_noise_label(: StrictSt )
classmethod from_dict(obj: dict)Create an instance of StartPerformanceCalibrationRequest from a dict
classmethod from_json(json_str: str)Create an instance of StartPerformanceCalibrationRequest from a JSON string
other_noise_labels(: Optional[List[StrictStr] )
sample_length_minutes(: Optional[float )
to_dict()Returns the dictionary representation of the model using alias
to_json()Returns the JSON representation of the model using alias
to_str()Returns the string representation of the model using alias
upload_key(: Optional[StrictStr )
Last updated
Was this helpful?