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

# Struct Atof File Sink Config

> Filesystem sink for raw ATOF JSONL events.

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`.

<pre />

Filesystem sink for raw ATOF JSONL events.

## Fields

### `output_directory: PathBuf`

Directory that contains the JSONL output file.

### `mode: AtofExporterMode`

Append or overwrite behavior used when opening the file.

### `filename: String`

Output filename.

## Implementations

### `impl AtofFileSinkConfig`

<pre />

#### `new`

<pre />

Create a file sink with native defaults.

#### `path`

<pre />

Return the full output path for this sink.

## Trait Implementations

### `impl Clone for AtofFileSinkConfig`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for AtofFileSinkConfig`

<pre />

#### `fmt`

<pre />

### `impl Default for AtofFileSinkConfig`

<pre />

#### `default`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl PartialEq for AtofFileSinkConfig`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl Serialize for AtofFileSinkConfig`

<pre />

#### `serialize`

<pre />

### `impl Eq for AtofFileSinkConfig`

<pre />

### `impl StructuralPartialEq for AtofFileSinkConfig`

<pre />