Skip to content

アプリケーション内で をクリックすると、お使いのDataRobotバージョンに関する全プラットフォームドキュメントにアクセスできます。

アプリケーションテンプレート

DataRobot offers various approaches for building applications; see the comparison table for more information.

アプリケーションテンプレートは、DataRobotのリソースをプロビジョニングするためのコードファーストでエンドツーエンドのパイプラインを提供します。 カスタマイズ可能なコンポーネントを備えたテンプレートは、予測と生成のユースケースをサポートするDataRobotのリソースをプログラムで生成することで、ユーザーを支援します。 テンプレートには必要なメタデータが含まれ、依存関係の構成設定の自動インストールを実行し、既存のDataRobotインフラストラクチャとシームレスに連携するので、ソリューションの迅速なデプロイと設定に役立ちます。

Get started with application templates

To access application templates, from the Workbench home page or Use Case directory, click Browse application templates to open the Application Gallery.

The Application Gallery displays the collection of available templates and provides a brief description of each. While the descriptions list example uses cases, each template can be applied to a variety of use case types.

Select a template to expand it and review its key features.

For more information about a template, including the step-by-step procedures for running it, select Copy respository URL. Then, paste the URL into your browser to open the template in GitHub and view a detailed readme that outlines the template's workflow.

Once you have selected an application template, click Open in a codespace. DataRobot then:

  • Creates a Use Case for the template assets.
  • Creates a codespace based off of the template, which includes all of the files necessary to execute the template's workflow.

Allow some time for the codespace to initialize. Then, you can work with the application template and follow its unique workflow to begin creating a variety of DataRobot resources.

In the codespace you have access to:

要素 説明
1 ユースケース The Use Case that was created from the template. Click in the breadcrumbs to view the Use Case. in the directory.
2 Codespace title The name of the codespace created in a Use Case for the application template
3 The template README The README file for the application template. It outlines steps for the local development workflow and critical steps for the codespace workflow that are slightly different (detailed in the "Setup for advancedusers" section).
4 ファイルブラウザ The codespace's file browser lists all of the files that are part of the application template. Use the browser to navigate to and open the README and notebooks executing the template's code.

How you work with an application template depends on where you work with it:

  • In a codespace, you open the terminal and execute the steps in the README that begin with creating an .env file.

  • Alternatively, clone the GitHub repository and work with the template in your local environment. Reference the template README documentation for the steps required to work with an application template locally.

Available templates

The table below describes the available templates. Each template links to its respective GitHub repository. Note that, in addition to the templates that DataRobot provides, organization administrators can add custom application templates for their users to execute.

Application template 説明
予測アシスタント 予測AIと生成AIを活用して予測を分析し、予測において重要な要素を明らかにします。 予測アシスタントのテンプレートは、長期にわたって詳細な説明を提供し、What-Ifシナリオ分析をサポートします。 ユースケースの例:店舗の売上予測。
ガード付きRAGアシスタント 任意のナレッジベースをソースとして使用し、RAGを搭載したチャットボットを構築します。 ガード付きRAGアシスタントのテンプレートのロジックには、プロンプトインジェクションのガードレール、回答を評価するサイドカーモデル、そしてホストや共有が簡単にできるカスタマイズ可能なインターフェイスが含まれています。 ユースケースの例:製品ドキュメント、人事方針に関するドキュメント。
予測コンテンツジェネレーター 分類モデルからの予測の説明を使用して、予測コンテンツを生成します。 予測コンテンツジェネレーターのテンプレートは、自然言語ベースのパーソナライズされたアウトリーチを返します。 ユースケースの例:ネクストベストオファー、ローン承認、不正検知。

Add custom application templates to an organization

Organization admins can add custom application templates to their organizations, allowing users within the organization to build applications from them.

To add a custom application template:

  1. Navigate to the Workbench home page and click Browse application templates to open the Application Gallery.

  2. From the Application Gallery, click + Add template.

  3. Configure the application template.

    フィールド 説明
    テンプレート名 The name of the application template to be added to the Application Gallery.
    リポジトリのURL A link to the repository that hosts the files that make up the application template.
    ブランチ名 The Git branch stemming from the linked repository that contains the file contents for the application template.
    Public toggle Use this toggle to indicate whether the repository is public or not. Public repositories can be cloned without requiring authentication. If an application template is not marked as public, users are only able to copy the repository URL and will need to provide the appropriate credentials to clone the repository.
    Readme Upload a README.md Markdown file that outlines the purpose and workflow for the application template.
    画像 オプションです。 Upload an image that represents the use case or workflow for the application template.
    タグ Provide tags to label the application template. To provide multiple tags, enter them in a comma-separated list.
    説明 オプションです。 Provide a description that outlines what you would use the application template for in DataRobot.
  4. After configuring the template, click Save template.

Once saved, the application template appears alongside other templates in the Application Gallery. Note that DataRobot-provided templates are indicated by the company logo (1), and admin-provided templates are indicated by the user icon (2).


更新しました 2024年12月10日