> 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.

# Struct Atif Final Metrics

> Aggregate statistics for the entire trajectory (ATIF final_metrics).

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

<pre />

Aggregate statistics for the entire trajectory (ATIF final\_metrics).

## Fields

### `total_prompt_tokens: Option<u64>`

Sum of all prompt tokens across all steps, including cached tokens.

### `total_completion_tokens: Option<u64>`

Sum of all completion tokens across all steps.

### `total_cached_tokens: Option<u64>`

Sum of all cached tokens across all steps.

### `total_cost_usd: Option<f64>`

Total real monetary cost for the entire trajectory.

### `total_steps: Option<u64>`

Total number of steps. If not equivalent to steps.len(), document in notes.

### `extra: Option<Json>`

Custom aggregate metrics.

## Trait Implementations

### `impl Clone for AtifFinalMetrics`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for AtifFinalMetrics`

<pre />

#### `fmt`

<pre />

### `impl Default for AtifFinalMetrics`

<pre />

#### `default`

<pre />

### `impl<'de> Deserialize<'de> for AtifFinalMetrics`

<pre />

#### `deserialize`

<pre />

### `impl Serialize for AtifFinalMetrics`

<pre />

#### `serialize`

<pre />