> 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 AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/relay/_mcp/server.

# Struct Local Backend Config

> Local-backend settings for a future in-process local-model runtime.

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

<pre />

Local-backend settings for a future in-process local-model runtime.

## Fields

### `backend: Option<String>`

Optional local-model backend identifier.

### `model_id: Option<String>`

Optional model identifier reserved for future local-model runtimes.

### `detector_profile: Option<String>`

Optional detector profile reserved for future local-model runtimes.

### `allow_network: Option<bool>`

Whether a future local-model backend may use network calls.

### `max_latency_ms: Option<u64>`

Target latency budget hint for a future local-model backend.

## Trait Implementations

### `impl Clone for LocalBackendConfig`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for LocalBackendConfig`

<pre />

#### `fmt`

<pre />

### `impl Default for LocalBackendConfig`

<pre />

#### `default`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl EditorConfig for LocalBackendConfig`

<pre />

#### `editor_schema`

<pre />

### `impl Serialize for LocalBackendConfig`

<pre />

#### `serialize`

<pre />