class edgeimpulse_api.models.raw_sample_payload.RawSamplePayload(
**data: Any
)
Config
The type of the None singleton.
crop_end: pydantic.types.StrictInt | None
The type of the None singleton.
crop_start: pydantic.types.StrictInt | None
The type of the None singleton.
device_name: pydantic.types.StrictStr | None
The type of the None singleton.
device_type: pydantic.types.StrictStr
The type of the None singleton.
sensors: List[edgeimpulse_api.models.sensor.Sensor]
The type of the None singleton.
values: List[List[float]]
The type of the None singleton.
edgeimpulse_api.models.raw_sample_payload.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.raw_sample_payload.RawSamplePayload
edgeimpulse_api.models.raw_sample_payload.from_json(
json_str: str
) ‑> edgeimpulse_api.models.raw_sample_payload.RawSamplePayload
edgeimpulse_api.models.raw_sample_payload.to_dict(
self
)
edgeimpulse_api.models.raw_sample_payload.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.raw_sample_payload.to_str(
self
) ‑> str