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

# CreateDatasetRequest

> Use CreateDatasetRequest to define dataset creation payloads with the HoneyHive Datasets TypeScript client for typed calls and autocomplete.

## Properties

### datapoints?

> `optional` **datapoints?**: `string`\[]

#### Description

Initial datapoint IDs to include

#### Default

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

***

### description?

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

#### Description

Description of the dataset

***

### name?

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

#### Description

Name of the dataset

#### Default

```ts theme={null}
Untitled Dataset
```
