> 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 Distribution Summary

> Percentile summary for a duration-like metric.

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

<pre />

Percentile summary for a duration-like metric.

## Fields

### `p50: f64`

50th percentile value.

### `p90: f64`

90th percentile value.

### `p99: f64`

99th percentile value.

### `sample_count: u32`

Number of samples summarized by the distribution.

## Trait Implementations

### `impl Clone for DistributionSummary`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for DistributionSummary`

<pre />

#### `fmt`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl PartialEq for DistributionSummary`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl Serialize for DistributionSummary`

<pre />

#### `serialize`

<pre />

### `impl StructuralPartialEq for DistributionSummary`

<pre />