File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ class DoclingMeterRecord:
3737 size_bytes : int
3838 mimetype : str
3939 owner_user_id : Optional [str ]
40- submitted_at : str # ISO-8601 UTC timestamp
41- terminal_at : str # ISO-8601 UTC timestamp
40+ submitted_at : str # ISO-8601 UTC timestamp
41+ terminal_at : str # ISO-8601 UTC timestamp
4242 elapsed_seconds : float # wall-clock from submission to terminal
43- outcome : str # "success" | "failed" | "expired" | "timeout" | "submit_failed"
43+ outcome : str # "success" | "failed" | "expired" | "timeout" | "submit_failed"
4444 failure_detail : Optional [str ]
45- poll_count : int # status-check calls made; 0 for legacy (Langflow-polling) path
46- deployment_mode : str # "direct" | "rq"
45+ poll_count : int # status-check calls made; 0 for legacy (Langflow-polling) path
46+ deployment_mode : str # "direct" | "rq"
4747
4848
4949def _utc_now_iso () -> str :
You can’t perform that action at this time.
0 commit comments