> 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 Handle

> Active or resumable harness runtime.

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

<pre />

Active or resumable harness runtime.

## Fields

### `runtime_id: String`

Runtime handle id.

### `runtime_binding: String`

NeMo Fabric-owned opaque binding for this runtime handle.

### `agent_name: String`

Agent name.

### `harness: String`

Stable machine-readable harness identifier.

### `adapter_kind: AdapterKind`

Adapter kind.

### `adapter_id: Option<String>`

Adapter implementation id.

### `environment: EnvironmentHandle`

Prepared environment.

## Trait Implementations

### `impl Clone for RuntimeHandle`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for RuntimeHandle`

<pre />

#### `fmt`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl JsonSchema for RuntimeHandle`

<pre />

#### `schema_name`

<pre />

#### `schema_id`

<pre />

#### `json_schema`

<pre />

#### `inline_schema`

<pre />

### `impl PartialEq for RuntimeHandle`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl Serialize for RuntimeHandle`

<pre />

#### `serialize`

<pre />

### `impl StructuralPartialEq for RuntimeHandle`

<pre />