# データ接続の作成方法

### ステップ1：S3バケットを作成する

オブジェクトストレージ管理にアクセスするには、[https://console.fptcloud.com](https://console.fptcloud.com/) にアクセスし、\
「バケット」タブを選択し、「バケットの作成」を選択してください。S3バケットの詳細については、こちらを\
ご覧ください：[https://fptcloud.com/en/documents/fpt-object-storage/?doc=tutorials-bucket](https://fptcloud.com/en/documents/fpt-object-storage/?doc=tutorials-bucket)

### ステップ 2: 新しいオブジェクトをアップロード**S**

バケットに新しいオブジェクトをアップロードします。オブジェクトの詳細についてはこちらをご覧ください：<https://fptcloud.com/en/documents/fpt-object-storage/?doc=tutorials-object>

注：FPTオブジェクトストレージにオブジェクトを保存するためのバケットが正常に作成されていることを確認してください。バケット作成ガイドはこちらも参照できます：: <https://fptcloud.com/en/documents/fpt-object-storage/>

### ステップ3: データ接続の作成

Data Hubサービスにアクセスし、接続リストに移動して「接続の作成」ボタンをクリックします

<figure><img src="https://fptcloud.com/wp-content/uploads/2025/03/image-1742974995525.33.34.png" alt=""><figcaption></figcaption></figure>

* 接続を作成するには、必要な情報を入力する必要があります。
  * **名前**: 接続名を入力
    * 有効な文字: アルファベット（a-z、大文字小文字を区別しない）、数字（0-9）、ハイフン（-      \
      ）のみ。
    * 長さ: 3文字以上64文字以下
  * **データソース**: データへの接続を有効にするデータソースを選択してください
  * **エンドポイントURL**: 接続対象のバケットのエンドポイントアドレス。例: [https://test-bucket-name.s3-han02.fptcloud.com](https://test-bucket-name.s3-han02.fptcloud.com/)
  * **アクセス**キーと**シークレットキー**：アクセス権限の認証情報。アクセスキー管理の詳細はこちらを参    \
    照: <https://fptcloud.com/en/documents/fpt-object-storage/?doc=tutorials-access-key-management>
  * **保存**をクリックして接続を作成します
  * 接続の作成に成功したら、トレーニングデータ、評価データ、テストデータ用に接続を選択し、パイ    プラインを構築できます。パイプライン作成ガイドはこちらも参照してください：<https://fptcloud.com/en/documents/model-fine-tuning/?doc=create-pipeline>


---

# 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://ai-docs.fptcloud.com/ai-factory-guideline-jp/fpt-ai-studio/sbisu/dtahabu/chtoriaru/dtano.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.
