latency_device module#

class edgeimpulse_api.models.latency_device.LatencyDevice(
*,
mcu: StrictStr,
name: StrictStr,
selected: StrictBool,
int8Latency: float,
int8ConvLatency: float,
float32Latency: float,
float32ConvLatency: float,
helpText: StrictStr,
)[source]#

Bases: BaseModel

class Config[source]#

Bases: object

allow_population_by_field_name = True#
validate_assignment = False#
float32_conv_latency: float#
float32_latency: float#
classmethod from_dict(
obj: dict,
) LatencyDevice[source]#

Create an instance of LatencyDevice from a dict

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

Create an instance of LatencyDevice from a JSON string

help_text: StrictStr#
int8_conv_latency: float#
int8_latency: float#
mcu: StrictStr#
name: StrictStr#
selected: StrictBool#
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