> 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 Remote Backend Config

> Remote-backend settings for a hosted NeMo Guardrails service.

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

<pre />

Remote-backend settings for a hosted NeMo Guardrails service.

## Fields

### `endpoint: Option<String>`

Base URL for the remote Guardrails service.

### `config_id: Option<String>`

One remote Guardrails config identifier.

### `config_ids: Vec<String>`

Multiple remote Guardrails config identifiers to combine.

### `headers: HashMap<String, String>`

Static request headers sent to the remote service.

### `timeout_millis: u64`

Request timeout in milliseconds.

## Trait Implementations

### `impl Clone for RemoteBackendConfig`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for RemoteBackendConfig`

<pre />

#### `fmt`

<pre />

### `impl Default for RemoteBackendConfig`

<pre />

#### `default`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl EditorConfig for RemoteBackendConfig`

<pre />

#### `editor_schema`

<pre />

### `impl Serialize for RemoteBackendConfig`

<pre />

#### `serialize`

<pre />