> 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 Pending Mark Spec

> Mark requested by middleware for materialization by a lifecycle owner.

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

Mark requested by middleware for materialization by a lifecycle owner.

The runtime assigns the parent UUID, event UUID, and timestamp when it materializes the mark at the appropriate lifecycle boundary.

## Fields

### `name: String`

Human-readable mark name.

### `category: Option<EventCategory>`

Optional semantic category for the mark.

### `category_profile: Option<CategoryProfile>`

Optional category-specific typed fields.

### `data: Option<Value>`

Optional application payload attached to the mark.

### `metadata: Option<Value>`

Optional metadata attached to the mark.

## Implementations

### `impl PendingMarkSpec`

<pre />

#### `builder`

<pre />

Create a builder for building `PendingMarkSpec`. On the builder, call `.name(...)`, `.category(...)`(optional), `.category_profile(...)`(optional), `.data(...)`(optional), `.metadata(...)`(optional) to set the values of the fields. Finally, call `.build()` to create the instance of `PendingMarkSpec`.

## Trait Implementations

### `impl Clone for PendingMarkSpec`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for PendingMarkSpec`

<pre />

#### `fmt`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl PartialEq for PendingMarkSpec`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl Serialize for PendingMarkSpec`

<pre />

#### `serialize`

<pre />

### `impl StructuralPartialEq for PendingMarkSpec`

<pre />