> For the complete documentation index, see [llms.txt](https://aizen-corp.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aizen-corp.gitbook.io/docs/model-building-commands/dataset-commands/start-dataset.md).

# start dataset

The `start dataset` command starts a dataset job that has been configured. This will materialize the dataset and its features. The dataset is created in the current working project. The `start dataset` command will start all data sinks from where its features are defined. Run the `status dataset` command to check whether the dataset was created successfully.

## Syntax

```
start dataset <dataset name>
```

## Parameters

| Parameter        | Description             |
| ---------------- | ----------------------- |
| `<dataset name>` | The name of the dataset |

## Example

```
start dataset trip_dataset_2
```
