class edgeimpulse_api.models.window_settings.WindowSettings(
**data: Any
)
Config
The type of the None singleton.
balance_score: float
The type of the None singleton.
valid: pydantic.types.StrictBool
The type of the None singleton.
window_count: pydantic.types.StrictInt
The type of the None singleton.
window_increase_ms: float
The type of the None singleton.
window_increase_pct: float
The type of the None singleton.
window_size_ms: float
The type of the None singleton.
zero_pad_percentage: float
The type of the None singleton.
edgeimpulse_api.models.window_settings.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.window_settings.WindowSettings
edgeimpulse_api.models.window_settings.from_json(
json_str: str
) ‑> edgeimpulse_api.models.window_settings.WindowSettings
edgeimpulse_api.models.window_settings.to_dict(
self
)
edgeimpulse_api.models.window_settings.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.window_settings.to_str(
self
) ‑> str