class edgeimpulse_api.models.preview_processing_config_request.PreviewProcessingConfigRequest(
**data: Any
)
Config
The type of the None singleton.
enabled: pydantic.types.StrictBool
The type of the None singleton.
parameters: Dict[str, pydantic.types.StrictStr]
The type of the None singleton.
edgeimpulse_api.models.preview_processing_config_request.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.preview_processing_config_request.PreviewProcessingConfigRequest
edgeimpulse_api.models.preview_processing_config_request.from_json(
json_str: str
) ‑> edgeimpulse_api.models.preview_processing_config_request.PreviewProcessingConfigRequest
edgeimpulse_api.models.preview_processing_config_request.to_dict(
self
)
edgeimpulse_api.models.preview_processing_config_request.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.preview_processing_config_request.to_str(
self
) ‑> str