> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/roboflow/roboflow-jp/datasets/dataset-versions/create-a-dataset-version.md).

# データセットバージョンを作成

バージョンは、データセットのある時点のスナップショットです。各モデルの各イテレーションでどの画像、preprocessing、augmentationステップが使われたかを正確に追跡することで、結果を再現できる能力を維持できるため、これらのバージョンを保持しています。これにより、さまざまなモデルやフレームワークをまたいで科学的にテストしつつ、結果がモデルの変更に起因するものであり、データパイプラインのバグや変更によるものではないと確信できます。

<a href="/pages/9cc363d594b88ae08e46766fde5d6dead3b1a68b" class="button primary">重要な概念: Workspaces & Projects とは？</a>

{% hint style="info" %}
バージョンが作成されると、その時点で固定されます。つまり、画像、アノテーション、その他のデータの追加・削除など、Projectへの変更は、それ以前に作成されたバージョンに影響しません。
{% endhint %}

### Datasetバージョンの作成方法

Datasetバージョンを作成するには、Roboflow projectに関連するサイドバーの「Versions」をクリックします。次に、「Generate New Version」をクリックします。

このページでは、train/test/validの分割を設定し、新しいdataset versionに適用するpreprocessingステップとaugmentationsを指定できます。

<figure><img src="/files/58f918f974966d98adb1bbfd2af85fcd9b237d44" alt="" width="375"><figcaption></figcaption></figure>

データに適用したいpreprocessingステップとaugmentationsを指定したら、「Generate」をクリックします。これにより新しいdataset versionが生成されます。その後、このdataset versionを使ってRoboflowでmodelをトレーニングできます。また、 [datasetをエクスポートする](/roboflow/roboflow-jp/datasets/dataset-versions/exporting-data.md) モデルを手動でトレーニングするために。

### Train/Validation/Testの分割の再調整

バージョン作成プロセス中に、training、validation、test setの分割バランスを再調整することもできます。これを行うには、「Step 2: Train/Test Split」に移動し、「Rebalance」ボタンをクリックします。

<figure><img src="/files/4edbdad83ae9cfa05089f28bd7d03f1868bf4026" alt="" width="375"><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.roboflow.com/roboflow/roboflow-jp/datasets/dataset-versions/create-a-dataset-version.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.
