> 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 Retention Thresholds

> Thresholds used to map observed timing into a retention tier.

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

<pre />

Thresholds used to map observed timing into a retention tier.

## Fields

### `ephemeral_max_secs: f64`

Maximum median session duration for the ephemeral tier, in seconds.

### `short_lived_max_secs: f64`

Maximum median session duration for the short-lived tier, in seconds.

### `session_duration_max_secs: f64`

Maximum median session duration for the session-duration tier, in seconds.

### `long_lived_max_secs: f64`

Maximum median session duration for the long-lived tier, in seconds.

## Trait Implementations

### `impl Clone for RetentionThresholds`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for RetentionThresholds`

<pre />

#### `fmt`

<pre />

### `impl Default for RetentionThresholds`

<pre />

#### `default`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl PartialEq for RetentionThresholds`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl Serialize for RetentionThresholds`

<pre />

#### `serialize`

<pre />

### `impl StructuralPartialEq for RetentionThresholds`

<pre />