> ## Documentation Index
> Fetch the complete documentation index at: https://kumo.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# 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

<CodeGroup>
  ```yaml theme={null}
  model_architecture:
    model:
      - name: GNN
  ```
</CodeGroup>
