> 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.

# Enum Sensitivity Label

> Sensitivity classification for a prompt block.

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

```rust
pub enum SensitivityLabel {
    Public,
    Private,
    Restricted,
}
```

Sensitivity classification for a prompt block.

Gates downstream sharing decisions. Defaults to `Public` - promotion to `Private` or `Restricted` requires explicit assignment (T-04-02).

## Variants

### `Public`

<pre />

Content may be shared freely.

### `Private`

<pre />

Content contains private information.

### `Restricted`

<pre />

Content is restricted and must not leave its originating scope.

## Trait Implementations

### `impl Clone for SensitivityLabel`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for SensitivityLabel`

<pre />

#### `fmt`

<pre />

### `impl Default for SensitivityLabel`

<pre />

#### `default`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl Hash for SensitivityLabel`

<pre />

#### `hash`

<pre />

#### `hash_slice`

<pre />

### `impl PartialEq for SensitivityLabel`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl Serialize for SensitivityLabel`

<pre />

#### `serialize`

<pre />

### `impl Copy for SensitivityLabel`

<pre />

### `impl Eq for SensitivityLabel`

<pre />

### `impl StructuralPartialEq for SensitivityLabel`

<pre />