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

# createDatasetRecord

***

# Function: createDatasetRecord()

```ts theme={null}
function createDatasetRecord(options: DatasetRecordOptions): DatasetRecord;
```

Defined in: [src/utils/datasets.ts](https://github.com/rungalileo/galileo-js/blob/main/src/utils/datasets.ts)

Creates a normalized dataset record from the provided options.

## Parameters

### options

[`DatasetRecordOptions`](/sdk-api/typescript/reference/types/interfaces/DatasetRecordOptions)

The options used to create the dataset record.

## Returns

[`DatasetRecord`](/sdk-api/typescript/reference/types/interfaces/DatasetRecord)

The normalized dataset record.
