All Products
Search
Document Center

Platform For AI:Schedule model service updates

Last Updated:Apr 01, 2026

Retraining a model does not automatically update the online service that serves it. This guide shows you how to connect the Update EAS Service (Beta) component to your Machine Learning Designer pipeline and schedule it in DataWorks so that your Elastic Algorithm Service (EAS) model service is updated automatically on a recurring basis — without manual intervention.

In this guide, you will:

  • Connect the Update EAS Service (Beta) component to a model component in your pipeline

  • Configure the component parameters

  • Run the update once to verify it works

  • Submit the pipeline to DataWorks for periodic scheduling

Prerequisites

Before you begin, ensure that you have:

Update the model service

Step 1: Connect the Update EAS Service (Beta) component

  1. Drag the Update EAS Service (Beta) component onto the canvas.

  2. Connect the model output port of your upstream model component directly to the input port of the Update EAS Service (Beta) component. The input port accepts models stored in an Object Storage Service (OSS) bucket. Supported model types include Predictive Model Markup Language (PMML) models from machine learning algorithms and models produced by vision, text processing, and XGBoost training algorithms.

    image

Step 2: Configure the component parameters

  1. Click the Update EAS Service (Beta) component to open its settings panel.

  2. On the Parameters Settings tab, configure the following parameters.

    ParameterDescription
    EAS Service NameThe name of the EAS service to update. The service must be in Running state.
    EAS service description jsonA JSON file describing the service configuration. Leave this blank in most cases. To add custom settings, enter them in the code editor. See Run commands to use the EASCMD client.

    image

Step 3: Run the update node

Right-click the Update EAS Service (Beta) component and select Run Current Node.

After the node runs successfully, an online model service is created.

Step 4: Schedule periodic updates with DataWorks

To keep the model service updated automatically, submit the pipeline to DataWorks for periodic scheduling. See Use DataWorks tasks to schedule pipelines in Machine Learning Designer.

What's next

View the status of your deployed model services or manage them from the EAS page. See Manage EAS services.