# status dataset

The `status dataset` command displays the status of a training dataset job. The status of the dataset must be COMPLETED before the dataset can be used for training.

## Syntax

```
status dataset <dataset name>[,detail]
```

## Parameters

| Parameter        | Description                                                                                                                                                                                                                                       |
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `<dataset name>` | The name of the dataset                                                                                                                                                                                                                           |
| `detail`         | Optional parameter that shows a detailed status output of the dataset job. The dataset job will start the data-sink jobs and the feature-view jobs, and once the features are ready to be served, it will proceed with materializing the dataset. |

## Output Fields

| Output Field | Description                                                                                                                                                                                                                                                                  |
| ------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `status`     | <p>The status of the task, which is one of the following:<br>- STARTED: The task has just started.<br>- RUNNING: The task is running normally.<br>- STOPPED: The task was stopped by the user.<br>- COMPLETED: The task ran to completion.<br>- FAILED: The task failed.</p> |

## Example

```
status dataset trip_dataset_2
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://aizen-corp.gitbook.io/docs/model-building-commands/dataset-commands/status-dataset.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
