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

# CreateRunRequest

> Use CreateRunRequest to define experiment run creation 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`\[]

#### Default

```ts theme={null}
[]
```

***

### dataset\_id?

> `optional` **dataset\_id?**: `string` | `null`

***

### description?

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

***

### evaluators?

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

#### Default

```ts theme={null}
[]
```

***

### event\_ids?

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

#### Default

```ts theme={null}
[]
```

***

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

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

***

### session\_ids?

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

#### Default

```ts theme={null}
[]
```

***

### status?

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

#### Default

```ts theme={null}
pending
```
