> For the complete documentation index, see [llms.txt](https://ai-docs.fptcloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ai-docs.fptcloud.com/ai-factory-guideline-jp/fpt-ai-studio/meruni/kitekucha.md).

# アーキテクチャ

AI Studioは、データ準備や微調整からテスト、デプロイ、管理に至るまで、AIモデル開発の全ライフサイ\
クルをカバーする統合プラットフォームを提供します。このプラットフォームは、開発者、研究者、企業\
がAIモデルを大規模に効率的に構築、最適化、運用することを支援するように設計されています。

### コンポーネント

プラットフォームは5つの主要コンポーネントで構成されています：

| コンポーネント      | 説明                                                                                    |
| ------------ | ------------------------------------------------------------------------------------- |
| **モデルハブ**    | モデルを保存、バージョン管理、デプロイするための中&#xD;央リポジトリ。チームや環境をまたいだ一貫性とアクセ&#xD;ス性を保証します。                 |
| **モデル微調**    | 既存の事前学習済みモデルを特定のデータセットに合わ&#xD;せて学習または適応させることを可能にするマネージド&#xD;サービス。スケーラブルな分散学習をサポートします。 |
| **モデルテスト**   | デプロイ前にモデルの性能を検証し、モデルバージョン&#xD;間の結果を比較するためのツールと環境を提供します。                               |
| **データハブ**    | 安全でスケーラブルなデータ管理サービス。データセッ&#xD;トのアップロード、整理、および微調整・テストジョブ&#xD;との連携を処理します。               |
| **ユーザートークン** | IDおよびアクセス管理システム。認証、権限制御、API統合&#xD;に使用されます。                                            |

### コンポーネントの連携方法

1. ユーザーは**データハブ**でデータセットをアップロード・管理します。
2. ユーザーは**モデル微調整機能**でモデルを微調整し、データハブのデータセットを参照します。
3. 微調整されたモデルは**モデルハブ**経由で保存、バージョン管理、デプロイされます。
4. 性能は**モデルテスト**を通じて検証されます。
5. **ユーザー トークン**により、アクセスと自動化が安全に管理されます。

このモジュール式でありながら相互接続されたアーキテクチャにより、単一の統合環境内で生データから\
本番環境対応のAIモデルまでシームレスに移行できます。


---

# 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, and the optional `goal` query parameter:

```
GET https://ai-docs.fptcloud.com/ai-factory-guideline-jp/fpt-ai-studio/meruni/kitekucha.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
