class edgeimpulse_api.models.user_experiment.UserExperiment(
**data: Any
)
Config
The type of the None singleton.
enabled: pydantic.types.StrictBool
The type of the None singleton.
help: pydantic.types.StrictStr | None
The type of the None singleton.
show_to_user: pydantic.types.StrictBool
The type of the None singleton.
title: pydantic.types.StrictStr
The type of the None singleton.
type: pydantic.types.StrictStr
The type of the None singleton.
edgeimpulse_api.models.user_experiment.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.user_experiment.UserExperiment
edgeimpulse_api.models.user_experiment.from_json(
json_str: str
) ‑> edgeimpulse_api.models.user_experiment.UserExperiment
edgeimpulse_api.models.user_experiment.to_dict(
self
)
edgeimpulse_api.models.user_experiment.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.user_experiment.to_str(
self
) ‑> str