profile_model_table_mpu module#

class edgeimpulse_api.models.profile_model_table_mpu.ProfileModelTableMpu(
*,
description: StrictStr,
timePerInferenceMs: StrictInt | None = None,
rom: float | None = None,
supported: StrictBool,
)[source]#

Bases: BaseModel

class Config[source]#

Bases: object

allow_population_by_field_name = True#
validate_assignment = False#
description: StrictStr#
classmethod from_dict(
obj: dict,
) ProfileModelTableMpu[source]#

Create an instance of ProfileModelTableMpu from a dict

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

Create an instance of ProfileModelTableMpu from a JSON string

rom: float | None#
supported: StrictBool#
time_per_inference_ms: StrictInt | None#
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