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

> Result from a NeMo Fabric-managed harness invocation.

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

<pre />

Result from a NeMo Fabric-managed harness invocation.

## Fields

### `agent_name: String`

Stable agent name.

### `harness: String`

Stable machine-readable harness identifier used for this run.

### `adapter_kind: AdapterKind`

Adapter used for this run.

### `adapter_id: Option<String>`

Adapter implementation id when an adapter descriptor was resolved.

### `runtime_id: String`

Runtime handle id.

### `invocation_id: String`

Invocation handle id.

### `request_id: String`

Request id.

### `status: RunStatus`

Runtime status.

### `output: Value`

Primary output.

### `error: Option<ErrorInfo>`

Error metadata when applicable.

### `artifacts: ArtifactManifest`

Artifacts produced or collected by this run.

### `telemetry: Option<TelemetryRef>`

Telemetry reference when available.

### `events: Vec<FabricEvent>`

NeMo Fabric lifecycle/progress events emitted during the run.

### `metadata: BTreeMap<String, Value>`

Adapter-specific metadata.

## Trait Implementations

### `impl Clone for RunResult`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for RunResult`

<pre />

#### `fmt`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl JsonSchema for RunResult`

<pre />

#### `schema_name`

<pre />

#### `schema_id`

<pre />

#### `json_schema`

<pre />

#### `inline_schema`

<pre />

### `impl PartialEq for RunResult`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl Serialize for RunResult`

<pre />

#### `serialize`

<pre />

### `impl StructuralPartialEq for RunResult`

<pre />