class edgeimpulse_api.models.latency_device.LatencyDevice(
**data: Any
)
Config
The type of the None singleton.
float32_conv_latency: float
The type of the None singleton.
float32_latency: float
The type of the None singleton.
help_text: pydantic.types.StrictStr
The type of the None singleton.
int8_conv_latency: float
The type of the None singleton.
int8_latency: float
The type of the None singleton.
mcu: pydantic.types.StrictStr
The type of the None singleton.
name: pydantic.types.StrictStr
The type of the None singleton.
selected: pydantic.types.StrictBool
The type of the None singleton.
edgeimpulse_api.models.latency_device.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.latency_device.LatencyDevice
edgeimpulse_api.models.latency_device.from_json(
json_str: str
) ‑> edgeimpulse_api.models.latency_device.LatencyDevice
edgeimpulse_api.models.latency_device.to_dict(
self
)
edgeimpulse_api.models.latency_device.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.latency_device.to_str(
self
) ‑> str