# Dataset Versions

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

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

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

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

ガイドに従って、 [データセット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) に従って、学習ジョブを設定します。

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


---

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