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

# UpdateRunRequest

> Use UpdateRunRequest to define experiment run update payloads with the HoneyHive Experiments TypeScript client for typed calls and autocomplete.

## Properties

### configuration?

> `optional` **configuration?**: `object`

#### Index Signature

\[`key`: `string`]: `unknown`

***

### datapoint\_ids?

> `optional` **datapoint\_ids?**: `string`\[]

***

### description?

> `optional` **description?**: `string`

***

### evaluators?

> `optional` **evaluators?**: `unknown`\[]

***

### event\_ids?

> `optional` **event\_ids?**: `string`\[]

***

### metadata?

> `optional` **metadata?**: `object`

#### Index Signature

\[`key`: `string`]: `unknown`

***

### name?

> `optional` **name?**: `string`

***

### passing\_ranges?

> `optional` **passing\_ranges?**: `object`

#### Index Signature

\[`key`: `string`]: `object`

***

### results?

> `optional` **results?**: `object`

#### Index Signature

\[`key`: `string`]: `unknown`

***

### run\_id

> **run\_id**: `string`

***

### session\_ids?

> `optional` **session\_ids?**: `string`\[]

***

### status?

> `optional` **status?**: `"pending"` | `"completed"` | `"failed"` | `"cancelled"` | `"running"`
