> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/nemo/relay/llms.txt.
> For full documentation content, see https://docs.nvidia.com/nemo/relay/llms-full.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/relay/_mcp/server.

# Enum Transformation Class

> Rewrite category that an ACG policy can allow or deny.

Generated from `cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi`.

```rust
pub enum TransformationClass {
    Canonicalization,
    VariableExtraction,
    SectionReordering,
    StableContextPromotion,
    ContextPlacement,
    Compression,
    ToolScopeReduction,
}
```

Rewrite category that an ACG policy can allow or deny.

## Variants

### `Canonicalization`

<pre />

Normalize equivalent content into a canonical form.

### `VariableExtraction`

<pre />

Extract variable content into placeholders.

### `SectionReordering`

<pre />

Reorder prompt sections without changing their content.

### `StableContextPromotion`

<pre />

Promote stable context earlier in the prompt.

### `ContextPlacement`

<pre />

Move context between placement regions.

### `Compression`

<pre />

Compress content to reduce prompt size.

### `ToolScopeReduction`

<pre />

Reduce tool-related scope or schema context.

## Trait Implementations

### `impl Clone for TransformationClass`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for TransformationClass`

<pre />

#### `fmt`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl Hash for TransformationClass`

<pre />

#### `hash`

<pre />

#### `hash_slice`

<pre />

### `impl PartialEq for TransformationClass`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl Serialize for TransformationClass`

<pre />

#### `serialize`

<pre />

### `impl Copy for TransformationClass`

<pre />

### `impl Eq for TransformationClass`

<pre />

### `impl StructuralPartialEq for TransformationClass`

<pre />