> 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 Control Location

> Where NeMo Fabric control code runs relative to the environment.

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

```rust
pub enum ControlLocation {
    ExternalControl,
    InEnvControl,
}
```

Where NeMo Fabric control code runs relative to the environment.

## Variants

### `ExternalControl`

<pre />

NeMo Fabric runs on the host/control plane and starts or connects to the harness in the environment.

### `InEnvControl`

<pre />

NeMo Fabric runs inside the prepared environment with the harness.

## Trait Implementations

### `impl Clone for ControlLocation`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for ControlLocation`

<pre />

#### `fmt`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl JsonSchema for ControlLocation`

<pre />

#### `schema_name`

<pre />

#### `schema_id`

<pre />

#### `json_schema`

<pre />

#### `inline_schema`

<pre />

### `impl PartialEq for ControlLocation`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl Serialize for ControlLocation`

<pre />

#### `serialize`

<pre />

### `impl Copy for ControlLocation`

<pre />

### `impl Eq for ControlLocation`

<pre />

### `impl StructuralPartialEq for ControlLocation`

<pre />