Skip to main content
Once practitioners deploy a model, platform administration decides who receives Model Monitoring alerts, who can open Model Monitoring at all, how much compute Domino endpoints get, and which external accounts models can be deployed to.

Model Monitoring notifications

Users can send notifications to recipients about thresholds that are breached during scheduled checks. Domino sends those notifications by email, so the email server must be configured before any of them go out.
1

Set the email server configuration records

In the admin portal, go to Platform settings > Configuration records, then set the keys specified in Notifications for monitoring.
2

Restart services

Click here in the message at the top of the page to restart services.
Once the server is configured, users choose where notifications go:

Model Monitoring access control

Access to Domino Model Monitor is granted by membership of the dmm-users group in Keycloak. Use the Keycloak UI for a handful of users, and the access control script for a list of them.
  1. Open the admin UI at https://<deployment-url>/auth/admin and log in to Keycloak.
  2. Select the DominoRealm realm from the dropdown:
    Navigate to the realm
  3. Go to the Users tab, find the user (you may need to click View all users), and click edit.
    Find and edit the user
  4. Go to the Groups tab. To grant access, click Available Groups > dmm-users, then click Join. To revoke access, click Group Membership > dmm-users, then click Leave.
    Manage access for groups
  5. Repeat for each user.

Domino endpoint Hardware Tiers

Domino endpoints often have different requirements from Workspaces and Jobs, so Domino keeps a separate class of hardware tier for them. Domino endpoint tiers and regular hardware tiers are not interchangeable: Domino endpoints can only use Domino endpoint tiers, and Domino endpoint tiers cannot be used outside Domino endpoints. To create one:
  1. From the admin home page, go to Advanced > Hardware Tiers.
  2. Click New to create a hardware tier, or click Edit to modify an existing one or set a default.
  3. Select the hardware tier values. See Manage a hardware tier for what each field controls.
  4. Select Is Domino endpoint Tier.
  5. Optionally, make this tier the default for all Domino endpoints.
Create Domino endpoint hardware tier

Scale Domino endpoints

Scaling the hardware attached to a Domino endpoint is one lever. The other is the degree of parallelism, which Domino sets deployment-wide for all Python Domino endpoints.
Only synchronous models support the degree of parallelism setting.
  1. Go to Admin > Platform settings > Configuration records.
  2. Set com.cerebro.domino.modelmanager.uWsgi.workerCount to a value greater than its default of 1 to increase the uWSGI worker count. See the uWSGI documentation for what the worker count changes.
  3. Domino shows the message Changes here do not take effect until services are restarted. Click here to restart services. Click here to restart the services.

External deployment targets

An external deployment target is a connection to an external account that models can be deployed to from Domino. Typically, a target is one account and region.
Amazon SageMaker is the only type of external deployment target currently supported. Deploying models to SageMaker is only supported when the Domino control plane runs on an AWS EKS cluster.
To create a target, go to External deployment targets under Resources in the admin panel, click Create deployment target, and complete these fields:
The External deployment targets page in the admin panel
When Domino runs on an AWS EKS cluster, a default deployment target for the Domino AWS account is created automatically, so users can deploy external endpoints inside the AWS account that runs the Domino platform. This can be disabled when Domino is deployed, and admins can change or remove the default target afterwards.
Default deployment target
To configure an AWS account for use as a Domino deployment target, use the Terraform module in the dominodatalab/terraform-external-sagemaker repository.
Last modified on August 6, 2026