window_settings_response_all_of_window_settings
edgeimpulse_api v1.0.0
edgeimpulse_api.models.window_settings_response_all_of_window_settings module
class edgeimpulse_api.models.window_settings_response_all_of_window_settings.WindowSettingsResponseAllOfWindowSettings(*, windowSizeMs: float, windowIncreaseMs: float, windowIncreasePct: float, zeroPadPercentage: float, windowCount: StrictInt, balanceScore: float, valid: StrictBool)Bases:
BaseModel
class Config()Bases:
object
allow_population_by_field_name(_ = Tru_ )
validate_assignment(_ = Tru_ )
balance_score(: floa )
classmethod from_dict(obj: dict)Create an instance of WindowSettingsResponseAllOfWindowSettings from a dict
classmethod from_json(json_str: str)Create an instance of WindowSettingsResponseAllOfWindowSettings from a JSON string
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
valid(: StrictBoo )
window_count(: StrictIn )
window_increase_ms(: floa )
window_increase_pct(: floa )
window_size_ms(: floa )
zero_pad_percentage(: floa )
Last updated
Was this helpful?