class edgeimpulse_api.models.device_inference_info.DeviceInferenceInfo(
**data: Any
)
Config
The type of the None singleton.
deployed_version: pydantic.types.StrictInt
The type of the None singleton.
model_type: pydantic.types.StrictStr | None
The type of the None singleton.
project_id: pydantic.types.StrictInt
The type of the None singleton.
project_name: pydantic.types.StrictStr
The type of the None singleton.
project_owner: pydantic.types.StrictStr
The type of the None singleton.
edgeimpulse_api.models.device_inference_info.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.device_inference_info.DeviceInferenceInfo
edgeimpulse_api.models.device_inference_info.from_json(
json_str: str
) ‑> edgeimpulse_api.models.device_inference_info.DeviceInferenceInfo
edgeimpulse_api.models.device_inference_info.model_type_validate_enum(
v
)
edgeimpulse_api.models.device_inference_info.to_dict(
self
)
edgeimpulse_api.models.device_inference_info.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.device_inference_info.to_str(
self
) ‑> str