# DataRobot User Models

> DataRobot User Models - カスタムモデルと環境を構築する方法について説明します。

This Markdown file sits beside the HTML page at the same path (with a `.md` suffix). It summarizes the topic and lists links for tools and LLM context.

Companion generated at `2026-07-15T05:55:44.599563+00:00` (UTC).

## Primary page

- [DataRobot User Models](https://docs.datarobot.com/ja/docs/api/code-first-tools/drum/index.html.md): Full documentation for this topic (Markdown sidecar).

## Documentation content

DataRobotでは数百個の組み込みモデルが提供されますが、現在、初期状態でサポートされていない事前処理またはモデリング方法が必要です。 To create a custom inference model, you must provide a model artifact—either defined in a `custom.py` file or a serialized artifact with a file extension corresponding to the chosen environment language and any additional custom code required to use the model.

カスタムモデルと環境をDataRobotに追加する前に、モデルと環境を正常に実行するために必要なファイルを準備して構造化する必要があります。 The tools and templates necessary to prepare custom models are hosted in the [DataRobot User Models GitHub Repository](https://github.com/datarobot/datarobot-user-models). (このリンクをクリックする前にGitHubにログインしてください。) DataRobot recommends understanding the following requirements to prepare your custom model for upload to the Workshop.

| トピック | 説明 |
| --- | --- |
| カスタムモデルコンポーネント | カスタム推論モデルの実行に必要なコンポーネントを識別する方法。 |
| 構造化カスタムモデルの構築 | DataRobotと互換性のある構造化カスタムモデルを構築して検証する方法。 |
| 非構造化カスタムモデルの構築 | DataRobotと互換性のある非構造化カスタムモデルを構築して検証する方法。 |
| カスタムモデルのメタデータを定義する | model-metadata.yamlファイルを使用してカスタムタスクまたはカスタム推論モデルの追加情報を指定する方法。 |
| カスタムモデルのランタイムパラメーターを定義する | モデルメタデータを介してカスタムモデルにランタイムパラメーターを追加することで、カスタムモデルのコードを再利用しやすくする方法。 |
| DRUM CLIツール | How to download and install the DataRobot User Models (DRUM) CLI to work with and test custom models and custom environments locally before uploading to DataRobot. |
| ローカルでのカスタムモデルのテスト | How to test custom inference models in your local environment using the DataRobot Model Runner tool. |
