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

> Thresholds controlling prompt-block stability classification.

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

<pre />

Thresholds controlling prompt-block stability classification.

## Fields

### `stable_threshold: f64`

Minimum effective score required for a block to be classified as stable.

### `semi_stable_threshold: f64`

Minimum effective score required for a block to be classified as semi-stable.

### `min_observations_for_full_confidence: u32`

Observation count required to reach full confidence.

## Trait Implementations

### `impl Clone for StabilityThresholds`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for StabilityThresholds`

<pre />

#### `fmt`

<pre />

### `impl Default for StabilityThresholds`

<pre />

#### `default`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl EditorConfig for StabilityThresholds`

<pre />

#### `editor_schema`

<pre />

### `impl PartialEq for StabilityThresholds`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl Serialize for StabilityThresholds`

<pre />

#### `serialize`

<pre />

### `impl StructuralPartialEq for StabilityThresholds`

<pre />