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

# Enum Relay Atof Sink Config

> Relay ATOF sink configuration.

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

<pre />

Relay ATOF sink configuration.

## Variants

### `File`

<pre />

Write ATOF records to a local file.

#### Fields

### `output_directory: Option<PathBuf>`

Directory used for ATOF files.

### `filename: Option<String>`

ATOF file name.

### `mode: RelayAtofMode`

File write mode.

### `extensions: BTreeMap<String, Value>`

Additive file sink fields.

### `Stream`

<pre />

Send ATOF records to a remote stream.

#### Fields

### `url: String`

Stream URL.

### `transport: RelayAtofStreamTransport`

Stream transport.

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

Static stream headers.

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

Environment-variable-backed stream headers.

### `timeout_millis: u64`

Request timeout in milliseconds.

### `field_name_policy: RelayAtofStreamFieldNamePolicy`

Field-name handling policy.

### `name: Option<String>`

Optional stream sink name.

### `extensions: BTreeMap<String, Value>`

Additive stream sink fields.

## Trait Implementations

### `impl Clone for RelayAtofSinkConfig`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for RelayAtofSinkConfig`

<pre />

#### `fmt`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl JsonSchema for RelayAtofSinkConfig`

<pre />

#### `schema_name`

<pre />

#### `schema_id`

<pre />

#### `json_schema`

<pre />

#### `inline_schema`

<pre />

### `impl PartialEq for RelayAtofSinkConfig`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl Serialize for RelayAtofSinkConfig`

<pre />

#### `serialize`

<pre />

### `impl StructuralPartialEq for RelayAtofSinkConfig`

<pre />