class edgeimpulse_api.models.create_device_request.CreateDeviceRequest(
**data: Any
)
Config
The type of the None singleton.
device_id: pydantic.types.StrictStr
The type of the None singleton.
device_type: pydantic.types.StrictStr
The type of the None singleton.
if_not_exists: pydantic.types.StrictBool
The type of the None singleton.
edgeimpulse_api.models.create_device_request.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.create_device_request.CreateDeviceRequest
edgeimpulse_api.models.create_device_request.from_json(
json_str: str
) ‑> edgeimpulse_api.models.create_device_request.CreateDeviceRequest
edgeimpulse_api.models.create_device_request.to_dict(
self
)
edgeimpulse_api.models.create_device_request.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.create_device_request.to_str(
self
) ‑> str