class edgeimpulse_api.models.update_ai_action_request.UpdateAIActionRequest(
**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.
name: pydantic.types.StrictStr | None
The type of the None singleton.
set_metadata_after_running: List[edgeimpulse_api.models.ai_action_set_metadata_after_running_inner.AIActionSetMetadataAfterRunningInner]
The type of the None singleton.
sort_order: pydantic.types.StrictInt | None
The type of the None singleton.
steps: List[edgeimpulse_api.models.ai_actions_config_step.AIActionsConfigStep]
The type of the None singleton.
edgeimpulse_api.models.update_ai_action_request.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.update_ai_action_request.UpdateAIActionRequest
edgeimpulse_api.models.update_ai_action_request.from_json(
json_str: str
) ‑> edgeimpulse_api.models.update_ai_action_request.UpdateAIActionRequest
edgeimpulse_api.models.update_ai_action_request.to_dict(
self
)
edgeimpulse_api.models.update_ai_action_request.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.update_ai_action_request.to_str(
self
) ‑> str