> 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.md).

# データセットバージョン

Versionsは、データセット内の画像とラベルをその時点でスナップショットしたものです。Versionを作成すると、データセットに前処理ステップと拡張を適用できます。

Roboflowでモデルを学習するには、Dataset Versionを作成する必要があります。

このドキュメントのこのセクションでは、モデルの学習準備の方法を説明します。必要なのは次のとおりです：

{% stepper %}
{% step %}
**Versionsページを開き、新しいVersionを作成します**

ガイドに従って、 [dataset versionを作成できるページへ進んでください](/roboflow/roboflow-jp/datasets/dataset-versions/create-a-dataset-version.md).
{% endstep %}

{% step %}
**前処理ステップを選択**

選択してください [前処理ステップ](/roboflow/roboflow-jp/datasets/dataset-versions/image-preprocessing.md) モデルの学習に必要です。
{% endstep %}

{% step %}
**拡張を適用**

[データセットに任意の拡張を適用します](/roboflow/roboflow-jp/datasets/dataset-versions/image-augmentation.md)。さまざまなユースケースにどの拡張が適切かを説明するガイドがあります。
{% endstep %}

{% step %}
**Versionを確認**

Versionが作成され、モデルの学習に使用できるようになります。
{% endstep %}

{% step %}
**モデルを学習する**

次の [モデル学習のドキュメント](/roboflow/roboflow-jp/train/train.md) を参照して、学習ジョブを設定してください。

また、 [dataset versionをエクスポートすることもできます](/roboflow/roboflow-jp/datasets/dataset-versions/exporting-data.md).
{% endstep %}
{% endstepper %}


---

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