class edgeimpulse_api.models.preview_ai_actions_samples_request.PreviewAIActionsSamplesRequest(
**data: Any
)
Config
The type of the None singleton.
data_category: edgeimpulse_api.models.ai_actions_data_category.AIActionsDataCategory
The type of the None singleton.
data_metadata_key: pydantic.types.StrictStr | None
The type of the None singleton.
data_metadata_value: pydantic.types.StrictStr | None
The type of the None singleton.
max_data_preview_count: pydantic.types.StrictInt
The type of the None singleton.
save_config: pydantic.types.StrictBool
The type of the None singleton.
edgeimpulse_api.models.preview_ai_actions_samples_request.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.preview_ai_actions_samples_request.PreviewAIActionsSamplesRequest
edgeimpulse_api.models.preview_ai_actions_samples_request.from_json(
json_str: str
) ‑> edgeimpulse_api.models.preview_ai_actions_samples_request.PreviewAIActionsSamplesRequest
edgeimpulse_api.models.preview_ai_actions_samples_request.to_dict(
self
)
edgeimpulse_api.models.preview_ai_actions_samples_request.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.preview_ai_actions_samples_request.to_str(
self
) ‑> str