> 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 Sensitivity Config

> Configuration for auto-sensitivity scoring.

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

<pre />

Configuration for auto-sensitivity scoring.

Weights and scale match NAT defaults from trie\_builder.py lines 41-48.

## Fields

### `sensitivity_scale: u32`

Integer scale for quantized sensitivity (1..=scale).

### `w_critical: f64`

Weight for the critical-path signal.

### `w_fanout: f64`

Weight for the fan-out signal.

### `w_position: f64`

Weight for the U-shaped position signal.

### `w_parallel: f64`

Weight for the parallel-penalty signal.

## Trait Implementations

### `impl Clone for SensitivityConfig`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for SensitivityConfig`

<pre />

#### `fmt`

<pre />

### `impl Default for SensitivityConfig`

<pre />

#### `default`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl Serialize for SensitivityConfig`

<pre />

#### `serialize`

<pre />