Amazon SageMaker Unified Studio is in preview release and is subject to change.
Use inference endpoints to deploy models
Endpoint are locations where you send inference requests to your deployed machine learning models. After you create an endpoint, you can add models to it, test it, and change its settings as needed. By using endpoints, you don't have to manage the underlying infrastructure for configuring and deploying a model.
For more information about using endpoints for real-time inference, see Deploy models for real-time inference in the Amazon SageMaker AI Developer Guide. Also see the Getting started with deploying real time models on SageMaker AI
Create an endpoint and deploy a model
To create an endpoint, follow these steps:
-
Sign in to Amazon SageMaker Unified Studio using the link that your administrator gave you.
-
From the main menu, choose Build.
-
From the drop-down menu, choose Inference endpoints.
-
From the Endpoints page, choose Create endpoint.
-
From the Create endpoint page, configure these values:
For Endpoint name, enter a name for the endpoint.
For Instance type, choose an instance for the endpoint.
For Initial instance count, enter the number of instances for the endpoint to provision initially.
For Maximum instance count, enter the maximum number of instances that the endpoint can provision, when it scales up.
-
Under Models, choose Add model. In the Add model modal form, follow these steps:
Select the model type (JumpStart foundation models or Deployable models that you created).
The form lists the models that are compatible with the instance type you selected.
Choose one of the models.
Under Model settings, enter these values:
Number of CPU cores – Number of accelerators to deploy.
Minimum number of copies – minimum number of model copies to deploy.
Min CPU memory – Minimum amount of CPU memory.
Max CPU memory – Maximum amount of CPU memory.
Choose Add model.
Choose Deploy to deploy the endpoint.
View your endpoints
To view your endpoints in the Endpoints table, follow these steps:
-
Sign in to Amazon SageMaker Unified Studio using the link that your administrator gave you.
From the main menu, choose Build.
From the drop-down menu, choose Inference endpoints.
(Optional) To search for specific endpoints, enter text in Search by endpoint name.