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

# CreateDatapointRequest

> Use CreateDatapointRequest to define datapoint creation payloads with the HoneyHive Datapoints TypeScript client for typed calls and autocomplete.

## Properties

### ground\_truth?

> `optional` **ground\_truth?**: `object`

#### Index Signature

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

***

### history?

> `optional` **history?**: `object`\[]

#### Index Signature

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

#### Default

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

***

### inputs?

> `optional` **inputs?**: `object`

#### Index Signature

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

#### Default

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

***

### linked\_datasets?

> `optional` **linked\_datasets?**: `string`\[]

#### Default

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

***

### linked\_event?

> `optional` **linked\_event?**: `string`

***

### metadata?

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

#### Index Signature

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