class edgeimpulse_api.models.profile_tf_lite_request.ProfileTfLiteRequest(
**data: Any
)
Config
The type of the None singleton.
device: pydantic.types.StrictStr
The type of the None singleton.
tflite_file_base64: pydantic.types.StrictStr
The type of the None singleton.
edgeimpulse_api.models.profile_tf_lite_request.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.profile_tf_lite_request.ProfileTfLiteRequest
edgeimpulse_api.models.profile_tf_lite_request.from_json(
json_str: str
) ‑> edgeimpulse_api.models.profile_tf_lite_request.ProfileTfLiteRequest
edgeimpulse_api.models.profile_tf_lite_request.to_dict(
self
)
edgeimpulse_api.models.profile_tf_lite_request.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.profile_tf_lite_request.to_str(
self
) ‑> str