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

> Canonical plugin configuration document.

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

<pre />

Canonical plugin configuration document.

## Fields

### `version: u32`

Plugin config schema version.

### `components: Vec<PluginComponentSpec>`

Ordered list of top-level plugin components to validate and activate.

### `policy: ConfigPolicy`

Plugin-level policy for unsupported plugin kinds, fields, and values.

## Trait Implementations

### `impl Clone for PluginConfig`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for PluginConfig`

<pre />

#### `fmt`

<pre />

### `impl Default for PluginConfig`

<pre />

#### `default`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl Serialize for PluginConfig`

<pre />

#### `serialize`

<pre />