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,
)[source]#

Bases: BaseModel

class Config[source]#

Bases: object

allow_population_by_field_name = True#
validate_assignment = False#
balance_score: float#
classmethod from_dict(
obj: dict,
) WindowSettingsResponseAllOfWindowSettings[source]#

Create an instance of WindowSettingsResponseAllOfWindowSettings from a dict

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

Create an instance of WindowSettingsResponseAllOfWindowSettings from a JSON string

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

valid: StrictBool#
window_count: StrictInt#
window_increase_ms: float#
window_increase_pct: float#
window_size_ms: float#
zero_pad_percentage: float#