> 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 Runtime Context

> Context generated for one invocation of a started runtime.

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

<pre />

Context generated for one invocation of a started runtime.

## Fields

### `runtime_id: String`

Runtime handle id.

### `invocation_id: String`

Invocation handle id.

### `request_id: String`

Request id.

### `environment: EnvironmentHandle`

Prepared execution environment.

### `artifacts: ArtifactManifest`

Artifact manifest visible to the adapter at invocation start.

### `telemetry: Option<RuntimeTelemetryContext>`

Runtime telemetry context generated for this invocation.

## Trait Implementations

### `impl Clone for RuntimeContext`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for RuntimeContext`

<pre />

#### `fmt`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl JsonSchema for RuntimeContext`

<pre />

#### `schema_name`

<pre />

#### `schema_id`

<pre />

#### `json_schema`

<pre />

#### `inline_schema`

<pre />

### `impl PartialEq for RuntimeContext`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl Serialize for RuntimeContext`

<pre />

#### `serialize`

<pre />

### `impl StructuralPartialEq for RuntimeContext`

<pre />