> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/nemo/fabric/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/fabric/_mcp/server.

# Struct Relay Config

> NeMo Relay integration configuration.

Generated from `cargo doc --no-deps -p nemo-fabric-core`.

<pre />

NeMo Relay integration configuration.

## Fields

### `project: Option<String>`

Optional project name for Relay backends.

### `output_dir: Option<PathBuf>`

Optional Relay output directory.

### `observability: Option<RelayObservabilityConfig>`

Relay observability component configuration.

### `components: Vec<RelayComponentConfig>`

Additional Relay plugin components.

### `policy: Option<RelayConfigPolicy>`

Relay plugin validation policy.

### `extensions: BTreeMap<String, Value>`

Additive Relay fields.

## Trait Implementations

### `impl Clone for RelayConfig`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for RelayConfig`

<pre />

#### `fmt`

<pre />

### `impl Default for RelayConfig`

<pre />

#### `default`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl JsonSchema for RelayConfig`

<pre />

#### `schema_name`

<pre />

#### `schema_id`

<pre />

#### `json_schema`

<pre />

#### `inline_schema`

<pre />

### `impl PartialEq for RelayConfig`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl Serialize for RelayConfig`

<pre />

#### `serialize`

<pre />

### `impl StructuralPartialEq for RelayConfig`

<pre />