Classes
ProfileModelInfo
| Parameters | |
|---|---|
**data | Any |
| Bases |
|---|
pydantic.v1.main.BaseModel |
pydantic.v1.utils.Representation |
| Class variables | |
|---|---|
Config | |
custom_metrics | List[edgeimpulse_api.models.keras_custom_metric.KerasCustomMetric] |
device | pydantic.v1.types.StrictStr |
has_performance | pydantic.v1.types.StrictBool |
is_supported_on_mcu | pydantic.v1.types.StrictBool |
mcu_support_error | pydantic.v1.types.StrictStr | None |
memory | edgeimpulse_api.models.profile_model_info_memory.ProfileModelInfoMemory | None |
profiling_error | pydantic.v1.types.StrictStr | None |
tflite_file_size_bytes | pydantic.v1.types.StrictInt |
time_per_inference_ms | pydantic.v1.types.StrictInt | None |
variant | edgeimpulse_api.models.keras_model_variant_enum.KerasModelVariantEnum |
STATIC METHODS
from_dict
| Parameters | |
|---|---|
obj | dict |
| Returns |
|---|
edgeimpulse_api.models.profile_model_info.ProfileModelInfo |
from_json
| Parameters | |
|---|---|
json_str | str |
| Returns |
|---|
edgeimpulse_api.models.profile_model_info.ProfileModelInfo |
METHODS
to_dict
| Parameters | |
|---|---|
self | |
to_json
| Parameters | |
|---|---|
self | |
indent=None | |
| Returns |
|---|
str |
to_str
| Parameters | |
|---|---|
self | |
| Returns |
|---|
str |