latency_device
edgeimpulse_api v1.0.0
edgeimpulse_api.models.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)Bases:
BaseModel
class Config()Bases:
object
allow_population_by_field_name(_ = Tru_ )
validate_assignment(_ = Tru_ )
float32_conv_latency(: floa )
float32_latency(: floa )
classmethod from_dict(obj: dict)Create an instance of LatencyDevice from a dict
classmethod from_json(json_str: str)Create an instance of LatencyDevice from a JSON string
help_text(: StrictSt )
int8_conv_latency(: floa )
int8_latency(: floa )
mcu(: StrictSt )
name(: StrictSt )
selected(: StrictBoo )
to_dict()Returns the dictionary representation of the model using alias
to_json()Returns the JSON representation of the model using alias
to_str()Returns the string representation of the model using alias
Last updated
Was this helpful?