You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Execution status: pending, running, complete, or failed
[optional]
created_at
datetime
[optional]
completed_at
datetime
[optional]
Example
fromquantcdn.models.list_ai_tool_executions200_response_executions_innerimportListAIToolExecutions200ResponseExecutionsInner# TODO update the JSON string belowjson="{}"# create an instance of ListAIToolExecutions200ResponseExecutionsInner from a JSON stringlist_ai_tool_executions200_response_executions_inner_instance=ListAIToolExecutions200ResponseExecutionsInner.from_json(json)
# print the JSON string representation of the objectprint(ListAIToolExecutions200ResponseExecutionsInner.to_json())
# convert the object into a dictlist_ai_tool_executions200_response_executions_inner_dict=list_ai_tool_executions200_response_executions_inner_instance.to_dict()
# create an instance of ListAIToolExecutions200ResponseExecutionsInner from a dictlist_ai_tool_executions200_response_executions_inner_from_dict=ListAIToolExecutions200ResponseExecutionsInner.from_dict(list_ai_tool_executions200_response_executions_inner_dict)