> 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 Dynamic Plugin Runtime Status

> Observed runtime state for one plugin record.

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

<pre />

Observed runtime state for one plugin record.

## Fields

### `state: DynamicPluginRuntimeState`

Current observed runtime state.

### `observed_generation: u64`

Desired-state generation this runtime status reflects.

### `started_at: Option<String>`

Most recent successful start/activation time.

### `updated_at: Option<String>`

Most recent runtime-status refresh time.

### `message: Option<String>`

Concise operator-facing runtime summary.

## Trait Implementations

### `impl Clone for DynamicPluginRuntimeStatus`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for DynamicPluginRuntimeStatus`

<pre />

#### `fmt`

<pre />

### `impl Default for DynamicPluginRuntimeStatus`

<pre />

#### `default`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl PartialEq for DynamicPluginRuntimeStatus`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl Serialize for DynamicPluginRuntimeStatus`

<pre />

#### `serialize`

<pre />

### `impl Eq for DynamicPluginRuntimeStatus`

<pre />

### `impl StructuralPartialEq for DynamicPluginRuntimeStatus`

<pre />