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

# output_embedding_dim

#### `output_embedding_dim: <list[int]>` (Optional)

## Description

A list of output embedding dimensions for link prediction models for AutoML to explore.

`output_embedding_dim` must satisfy `0 < output_embedding <= 256`.

### Supported Task Types

* Link Prediction

### Default Values

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