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

# Enum Schema Name

> Public schema snapshots generated by NeMo Fabric.

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

```rust
pub enum SchemaName {
    Agent,
    AgentConfig,
    AgentRunRequest,
    AgentRunResult,
    AdapterDescriptor,
    AdapterTargetDescriptor,
    RunPlan,
    AdapterInvocation,
    OpenAiStreamInvocation,
    OpenAiStreamRecord,
    RuntimeContext,
    EnvironmentHandle,
    RuntimeHandle,
    InvocationHandle,
    RunRequest,
    RunResult,
    ArtifactManifest,
    ErrorInfo,
    FabricEvent,
}
```

Public schema snapshots generated by NeMo Fabric.

## Variants

### `Agent`

<pre />

Complete typed NeMo Fabric config schema.

### `AgentConfig`

<pre />

Adapter-facing projected agent config schema.

### `AgentRunRequest`

<pre />

Adapter-facing invocation request schema.

### `AgentRunResult`

<pre />

Adapter-facing terminal result schema.

### `AdapterDescriptor`

<pre />

Adapter descriptor schema.

### `AdapterTargetDescriptor`

<pre />

Adapter target descriptor schema.

### `RunPlan`

<pre />

Resolved run plan schema.

### `AdapterInvocation`

<pre />

Initialized-runtime invocation payload schema.

### `OpenAiStreamInvocation`

<pre />

Adapter-facing native OpenAI streaming invocation schema.

### `OpenAiStreamRecord`

<pre />

Adapter-native OpenAI streaming NDJSON record schema.

### `RuntimeContext`

<pre />

Runtime context schema.

### `EnvironmentHandle`

<pre />

Environment handle schema.

### `RuntimeHandle`

<pre />

Runtime handle schema.

### `InvocationHandle`

<pre />

Invocation handle schema.

### `RunRequest`

<pre />

Runtime request schema.

### `RunResult`

<pre />

Runtime result schema.

### `ArtifactManifest`

<pre />

Artifact manifest schema.

### `ErrorInfo`

<pre />

Structured error metadata schema.

### `FabricEvent`

<pre />

NeMo Fabric lifecycle event schema.

## Implementations

### `impl SchemaName`

<pre />

#### `ALL`

<pre />

All public schemas in stable output order.

#### `as_str`

<pre />

Stable file stem for this schema.

#### `filename`

<pre />

Snapshot filename for this schema.

#### `parse`

<pre />

Parse a schema name from CLI/user input.

## Trait Implementations

### `impl Clone for SchemaName`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for SchemaName`

<pre />

#### `fmt`

<pre />

### `impl PartialEq for SchemaName`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl Copy for SchemaName`

<pre />

### `impl Eq for SchemaName`

<pre />

### `impl StructuralPartialEq for SchemaName`

<pre />