Documentation Index
Fetch the complete documentation index at: https://docs.nomadicml.com/llms.txt
Use this file to discover all available pages before exploring further.
generate_structured_odd()
Produce an ASAM OpenODD-compliant CSV describing the vehicle’s operating domain.Structured ODD export
| Parameter | Type | Description |
|---|---|---|
video_id | str | ID of the analysed video whose operating domain you want to export |
| Parameter | Type | Default | Description |
|---|---|---|---|
columns | Sequence[StructuredOddColumn] | DEFAULT_STRUCTURED_ODD_COLUMNS | Column definitions matching the UI schema (name, prompt, type, optional literals) |
timeout | int | client default | Request timeout override in seconds |
csv: The generated CSV text.columns: The resolved column schema (after validation).reasoning_trace_path: Final Firestore path used for reasoning logs.share_id/share_url: Optional sharing metadata if the backend stored the export.processing_time: Time spent generating the export.raw: Full backend response payload for additional introspection.