Skip to content

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

Automated deployment and replacement of Scoring Code in Snowflake

本機能の提供について

Automated deployment and replacement of Scoring Code in Snowflake is off by default. この機能を有効にする方法については、DataRobotの担当者または管理者にお問い合わせください。

機能フラグ:Snowflakeでのスコアリングコードの自動デプロイと置換を有効にする

現在、パブリックプレビュー機能として提供されており、DataRobotが管理するSnowflakeの予測環境を作成し、SnowflakeにDataRobotのスコアリングコードをデプロイすることができます。 With DataRobot management enabled, the external Snowflake deployment has access to MLOps management, including automatic Scoring Code replacement.

Create a Snowflake prediction environment

To deploy a model in Snowflake, you first create a custom Snowflake prediction environment:

  1. デプロイ > 予測環境をクリックし、予測環境を追加をクリックします。

  2. In the Add prediction environment dialog box, configure the prediction environment settings:

    • Enter a descriptive Name and an optional Description of the prediction environment.

    • Select Snowflake from the Platform drop-down list. The Supported Model Formats settings are automatically set to DataRobot Scoring Code and can't be changed, as this is the only model format supported by Snowflake.

    • Enable the Managed by DataRobot setting to allow this prediction environment to automatically package and deploy DataRobot Scoring Code models through the Management Agent.

      備考

      DataRobot management of Scoring Code in Snowflake requires an existing Data Connection to Snowflake with stored Credentials. If you don't have an existing Snowflake data connection, the No Data Connections found alert appears, directing you to Go to Data Connections to create a Snowflake connection.

    • Select a Data Connection and the related Credentials, and then select the Snowflake Schemas. Snowflake schemas are collections of Snowflake tables.

  3. After you configure the environment settings, click Add environment.

    The Snowflake environment is now available from the Prediction Environments page.

Deploy a model to the Snowflake prediction environment

Once you've created a Snowflake prediction environment, you can deploy a model to it:

  1. Click Model Registry > Model Packages and select the Scoring Code enabled model you want to deploy to the Snowflake prediction environment.

  2. On the Package Info tab, click Deploy model package.

  3. In the Select Deployment Target dialog box, under Select deploy target, click Snowflake.

    備考

    If you can't click the Snowflake deployment target, the selected model doesn't have Scoring Code available.

  4. Under Select prediction environment, select the Snowflake prediction environment you added, and then click Confirm.

  5. Configure the deployment, and then click Deploy model.

  6. Once the model is deployed to Snowflake, you can use the Score your data code snippet from the Predictions > Portable Predictions tab to score data in Snowflake.

Restart a Snowflake prediction environment

When you update database settings or credentials for the Snowflake data connection used by the prediction environment, you can restart the environment to apply those changes to the environment:

  1. Click Deployments > Prediction Environments page, and then select the Snowflake prediction environment from the list.

  2. Below the prediction environment settings, under Service Account, click Restart Environment.


更新しました April 19, 2023
Back to top