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

> Resolved environment plan.

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

<pre />

Resolved environment plan.

## Fields

### `provider: String`

Environment provider.

### `control_location: ControlLocation`

NeMo Fabric control location.

### `ownership: EnvironmentOwnership`

Environment resource ownership.

### `workspace: Option<PathBuf>`

Resolved workspace path.

### `artifacts: Option<PathBuf>`

Resolved artifact path.

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

Environment variables visible to the harness and its tools.

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

Provider connection metadata.

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

Consumer-provided environment metadata.

### `settings: Map<String, Value>`

Provider-specific settings.

## Trait Implementations

### `impl Clone for EnvironmentPlan`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for EnvironmentPlan`

<pre />

#### `fmt`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl JsonSchema for EnvironmentPlan`

<pre />

#### `schema_name`

<pre />

#### `schema_id`

<pre />

#### `json_schema`

<pre />

#### `inline_schema`

<pre />

### `impl PartialEq for EnvironmentPlan`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl Serialize for EnvironmentPlan`

<pre />

#### `serialize`

<pre />

### `impl StructuralPartialEq for EnvironmentPlan`

<pre />