> 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 AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/relay/_mcp/server.

# Enum Atof Endpoint Field Name Policy

> Field name transformation policy used before sending events to an endpoint.

Generated from `cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-pii-redaction -p nemo-relay-ffi -p nemo-relay-types -p nemo-relay-plugin -p nemo-relay-worker-proto -p nemo-relay-worker`.

```rust
pub enum AtofEndpointFieldNamePolicy {
    Preserve,
    ReplaceDots,
}
```

Field name transformation policy used before sending events to an endpoint.

## Variants

### `Preserve`

<pre />

Preserve canonical ATOF field names exactly.

### `ReplaceDots`

<pre />

Replace dots in JSON object keys with underscores, recursively.

## Implementations

### `impl AtofEndpointFieldNamePolicy`

<pre />

#### `parse`

<pre />

Parse a string policy used by configuration and bindings.

#### `as_str`

<pre />

Return the stable string representation used by configuration and bindings.

## Trait Implementations

### `impl Clone for AtofEndpointFieldNamePolicy`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for AtofEndpointFieldNamePolicy`

<pre />

#### `fmt`

<pre />

### `impl Default for AtofEndpointFieldNamePolicy`

<pre />

#### `default`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl PartialEq for AtofEndpointFieldNamePolicy`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl Serialize for AtofEndpointFieldNamePolicy`

<pre />

#### `serialize`

<pre />

### `impl Copy for AtofEndpointFieldNamePolicy`

<pre />

### `impl Eq for AtofEndpointFieldNamePolicy`

<pre />

### `impl StructuralPartialEq for AtofEndpointFieldNamePolicy`

<pre />