> 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/workspaces/key-concepts.md).

# Workspaces、Projects、Models

Roboflow のすべてはこの構造に従います:

Workspace → Projects → Dataset Versions → Models → Workflows → Deployments

### **Workspaces**

A [Workspace](/roboflow/roboflow-jp/workspaces/roboflow-workspaces.md) が最上位のコンテナです。

* ここであなたとチームが共同作業します。
* すべての Projects と Workflows は Workspace 内にあります
* 請求と [サブスクリプションプラン](https://roboflow.com/pricing) は Workspace レベルで管理されます

会社のフォルダのように、すべてのコンピュータビジョン作業をまとめて入れておく場所だと考えてください。

### Projects

A [Project](/roboflow/roboflow-jp/datasets/create-a-project.md) は Workspace 内にあります。各 Project はコンピュータビジョンのデータセットを中心に構成されています。ここで管理するのは次の内容です:

* 画像
* Annotations
* 時間の経過に伴うデータセットの更新

Project を作成するときは、Project type を選択する必要があります。コンピュータビジョンのタスクタイプのいずれかです:

* 物体検出
* 分類
* インスタンスセグメンテーション
* キーポイント検出
* Semantic segmentation
* Multimodal

これによって、データの構造と、学習できるモデルアーキテクチャが決まります。

### **Dataset Versions**

A [Dataset Version](/roboflow/roboflow-jp/datasets/dataset-versions.md) は、特定の時点におけるデータセットのスナップショットです。

* 現在の Project の状態から Version を作成します
* 一度作成すると、変更されません
* その後に画像や annotations を編集しても、既存の Versions には影響しません

これにより再現性が確保され、追跡が明確になり、モデル比較にも役立ちます。

### Models

[Models](/roboflow/roboflow-jp/train/train.md) は Dataset Versions を使って学習されます。

* モデルの学習に使用する特定の Dataset Version を選択します
* そのモデルはその version に永続的に紐づきます
* 学習に利用できる model architectures は、Project type によって異なります

また、 [学習済みモデルを Roboflow にアップロードする](/roboflow/roboflow-jp/deploy/upload-custom-weights.md).

モデルができたら、 [Workflow を作成する](/roboflow/roboflow-jp/workflows/create-a-workflow.md)、または [そのまま deploy する](/roboflow/roboflow-jp/deploy/deployment-overview.md)!


---

# 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/workspaces/key-concepts.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.
