> 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 Atif Invocation Info

> Invocation timing and correlation metadata for one execution occurrence.

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

<pre />

Invocation timing and correlation metadata for one execution occurrence.

`start_timestamp` and `end_timestamp` are always emitted together or not at all.

## Fields

### `start_timestamp: Option<f64>`

Invocation start timestamp in Unix epoch seconds.

### `end_timestamp: Option<f64>`

Invocation end timestamp in Unix epoch seconds.

### `invocation_id: Option<String>`

Stable invocation identifier for correlation.

### `status: Option<String>`

Terminal status of the invocation.

### `framework: Option<String>`

Runtime or framework label.

## Trait Implementations

### `impl Clone for AtifInvocationInfo`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for AtifInvocationInfo`

<pre />

#### `fmt`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl Serialize for AtifInvocationInfo`

<pre />

#### `serialize`

<pre />