> 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 Block Stability Score

> Stability analysis result for one prompt block.

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

<pre />

Stability analysis result for one prompt block.

## Fields

### `span_id: SpanId`

Span identifier of the analyzed prompt block.

### `classification: StabilityClass`

Stability bucket assigned to the block.

### `score: f64`

Effective stability score in the range `[0.0, 1.0]`.

### `confidence: f64`

Confidence score in the range `[0.0, 1.0]`.

### `observation_count: u32`

Number of observations that contained this block.

## Trait Implementations

### `impl Clone for BlockStabilityScore`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for BlockStabilityScore`

<pre />

#### `fmt`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl PartialEq for BlockStabilityScore`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl Serialize for BlockStabilityScore`

<pre />

#### `serialize`

<pre />

### `impl StructuralPartialEq for BlockStabilityScore`

<pre />