class edgeimpulse_api.models.block_threshold.BlockThreshold(
**data: Any
)
Config
The type of the None singleton.
description: pydantic.types.StrictStr
The type of the None singleton.
help_text: pydantic.types.StrictStr
The type of the None singleton.
key: pydantic.types.StrictStr
The type of the None singleton.
suggested_value: float | None
The type of the None singleton.
suggested_value_text: pydantic.types.StrictStr | None
The type of the None singleton.
value: float
The type of the None singleton.
edgeimpulse_api.models.block_threshold.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.block_threshold.BlockThreshold
edgeimpulse_api.models.block_threshold.from_json(
json_str: str
) ‑> edgeimpulse_api.models.block_threshold.BlockThreshold
edgeimpulse_api.models.block_threshold.to_dict(
self
)
edgeimpulse_api.models.block_threshold.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.block_threshold.to_str(
self
) ‑> str