> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/nemo/relay/llms.txt.
> For full documentation content, see https://docs.nvidia.com/nemo/relay/llms-full.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/relay/_mcp/server.

# Module data_models

> Core prediction trie data types with NAT wire-format compatible serialization.

Generated from `cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi`.

Core prediction trie data types with NAT wire-format compatible serialization.

## Structs

* [LlmCallPrediction](/reference/api/rust-library-reference/nemo-relay-adaptive/trie/data_models/struct-llmcallprediction): Predictions for an LLM call at a given position in the call hierarchy.
* [PredictionMetrics](/reference/api/rust-library-reference/nemo-relay-adaptive/trie/data_models/struct-predictionmetrics): Aggregated statistics for a single metric from profiler data.
* [PredictionTrieNode](/reference/api/rust-library-reference/nemo-relay-adaptive/trie/data_models/struct-predictiontrienode): A node in the prediction trie representing a function in the call hierarchy.