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

# Struct Atof Exporter Config

> Configuration for `AtofExporter`.

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

<pre />

Configuration for [`AtofExporter`](/reference/api/rust-library-reference/nemo-relay/observability/atof/struct-atofexporter).

## 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 AtofExporterConfig`

<pre />

#### `new`

<pre />

Create a config with defaults.

#### `with_output_directory`

<pre />

Override the output directory.

#### `with_mode`

<pre />

Override the output mode.

#### `with_filename`

<pre />

Override the output filename.

#### `path`

<pre />

Return the full output path for this config.

## Trait Implementations

### `impl Clone for AtofExporterConfig`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for AtofExporterConfig`

<pre />

#### `fmt`

<pre />

### `impl Default for AtofExporterConfig`

<pre />

#### `default`

<pre />

### `impl PartialEq for AtofExporterConfig`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl Eq for AtofExporterConfig`

<pre />

### `impl StructuralPartialEq for AtofExporterConfig`

<pre />