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

# GNN architecture

### Description

In the model plan, you can set the model name as `GNN` to use the Graph Neural Network (GNN) architecture.

### Supported Task Types

* All

### Example

```yaml
model_architecture:
  model:
    - name: GNN
```