> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/sdgm/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/sdgm/_mcp/server.

# target_embedding_mode

#### `target_embedding_mode: list[lookup | feature | fusion]` (Optional)

## Description

A list of target embedding modes use in the final link prediction calculation, i.e., dot product, for AutoML to explore. The mode should be either `lookup`, `feature`, or `fusion`.

* The `lookup` mode uses lookup embeddings for target nodes.
* The `feature` mode generates target node embeddings based purely on target node features.
* The `fusion` mode fuses the lookup embeddings and feature-based embeddings.

### Supported Task Types

* Link Prediction

### Default Values

| [run\_mode](/run-mode) | Default Value |
| ---------------------- | ------------- |
| FAST                   | `[lookup]`    |
| NORMAL                 | `[lookup]`    |
| BEST                   | `[lookup]`    |