Deploying Scoring Pipeline

Pipeline deployment means scheduling a model artifact containing a specified scoring pipeline to a specified scoring environment.
This page describes how you can:

  • Deploy pipelines
  • View status for deployed pipelines

Contents

Approving a Scoring Pipeline to an Environment

Before scheduling a pipeline for deployment, it is necessary to approve the scoring pipeline to any environment.

  1. On the main screen, click the drop down menu on Artifacts tab and select Scoring Pipelines.
  2. Select the pipeline that needs to be promoted by checking off the box next to the pipeline.
  3. Click Approve present at the bottom of the screen.
  4. Select the appropriate environment and click APPLY.

Deploying Pipeline

  1. On the main screen, click the drop down menu on Deployments tab and select Scoring Pipeline.
  2. Click the DEPLOY A SCORING PIPELINE option on the main menu.
  3. Enter a name for the deployment.
  4. Add a description.
  5. Select a scoring pipeline from the drop-down list.
  6. Select a scoring environment from the drop-down list. For example:
    • Development
    • Testing
    • Production
  7. Schedule the deployment.
  8. Click DEPLOY.

Deploying Multiple Scoring Pipeline Instances

  1. You can also deploy multiple instances with the same pipelines.
  2. You can either follow the same steps as mentioned earlier to deploy a new instance with the same pipeline.
  3. Or, you can duplicate the instance by clicking the duplicate icon.
  4. Note that even though we are using the same pipeline for deployment, the Deployment name is unique every time.

In addition to this, you can add a new instance by clicking on the plus sign (+) and cancel a scheduled pipeline deployment by clicking on the minus sign (-).

Viewing Status of Deployed Pipeline

You can view status for deployed pipelines by:

  1. Click the drop down menu on Deployments tab and select Pipeline Deployment.
    • A list of deployed pipelines appears here.
    • The list is sorted based on the deployed time in ascending order.
    • The list shows information such as Deployment name, status of the deployed pipeline, scoring pipeline instance, environment, and time of deployment.
    • Additional information is displayed on the right pane after clicking on the individual pipeline instance.