class edgeimpulse_api.models.start_sampling_request.StartSamplingRequest(
**data: Any
)
Config
The type of the None singleton.
category: edgeimpulse_api.models.raw_data_category.RawDataCategory
The type of the None singleton.
collected_sample_count: float | None
The type of the None singleton.
interval_ms: float
The type of the None singleton.
label: pydantic.types.StrictStr
The type of the None singleton.
label_color: pydantic.types.StrictStr | None
The type of the None singleton.
length_ms: pydantic.types.StrictInt
The type of the None singleton.
sensor: pydantic.types.StrictStr | None
The type of the None singleton.
target_sample_count: float | None
The type of the None singleton.
edgeimpulse_api.models.start_sampling_request.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.start_sampling_request.StartSamplingRequest
edgeimpulse_api.models.start_sampling_request.from_json(
json_str: str
) ‑> edgeimpulse_api.models.start_sampling_request.StartSamplingRequest
edgeimpulse_api.models.start_sampling_request.to_dict(
self
)
edgeimpulse_api.models.start_sampling_request.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.start_sampling_request.to_str(
self
) ‑> str