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

# sample_from_entity_table

#### `sample_from_entity_table: <bool>` (Optional)

## Description

Whether to allow sampling of other entities in the entity table besides the seed entity. It is useful to set it to `false` in case entities represent candidates/hypothetical examples and to restrict information flow between different candidates.

### Supported Task Types

* Static node-level tasks

### Default Values

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