Skip to main content
Version: 6.1

Deploying an Algorithm

Before using an algorithm, deploy its image to a runtime environment and specify the required compute resources.

Open the Deployment Creation Form

Go to Main Menu - ML Studio - Deployed Images, and click Create. The Create Deployment form opens.

Empty deployment form

Enter the Parameters

FieldExample ValueDescription
Algorithmtutorial-demoAlgorithm to deploy
EnvironmentlocalRuntime environment created in Configuring a Runtime Environment
CPU Count1Number of allocated CPU cores
Memory, MB2048Memory limit
GPU Request-GPU resources, if required

Completed deployment form

Save the Deployment

Click Save. The deployment appears in the list with the Created status shown in yellow.

Deployment created

Deployment Status Changes

The deployment then progresses through the following states:

  • Created - Deploying - Deployed (green): the image is running and ready for use
  • Error (red): the image could not be started, for example, because the image tag is unavailable

To retrieve the current status, select Update Status from the row menu. After the deployment reaches the Deployed status, you can use it in Jupyter and through the API. For details, see Training and Applying a Model.

Deployed status

Next step: Synchronizing an Algorithm.