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

> Resolved execution environment context.

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

<pre />

Resolved execution environment context.

## Fields

### `environment_id: String`

Environment handle id.

### `provider: String`

Environment provider.

### `control_location: ControlLocation`

Where NeMo Fabric control code runs.

### `workspace: Option<PathBuf>`

Workspace visible to the harness runtime.

### `artifacts: Option<PathBuf>`

Artifact root visible to the harness runtime.

### `env: BTreeMap<String, String>`

Environment variables visible to the harness and its tools.

### `ownership: EnvironmentOwnership`

Whether NeMo Fabric owns the environment resource.

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

Provider connection metadata.

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

Provider-specific metadata.

## Trait Implementations

### `impl Clone for EnvironmentHandle`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for EnvironmentHandle`

<pre />

#### `fmt`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl JsonSchema for EnvironmentHandle`

<pre />

#### `schema_name`

<pre />

#### `schema_id`

<pre />

#### `json_schema`

<pre />

#### `inline_schema`

<pre />

### `impl PartialEq for EnvironmentHandle`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl Serialize for EnvironmentHandle`

<pre />

#### `serialize`

<pre />

### `impl StructuralPartialEq for EnvironmentHandle`

<pre />