ML 18118 image001
Amazon SageMaker JumpStart is a machine learning (ML) hub that provides pre-trained models, solution templates, and algorithms to help developers quickly get started with machine learning. Within SageMaker JumpStart, the private model hub feature allows organizations to create their own internal repository of ML models, enabling teams to share and manage models securely within their organization.
Today, we are announcing an enhanced private hub feature with several new capabilities that give organizations greater control over their ML assets. These enhancements include the ability to fine-tune SageMaker JumpStart models directly within the private hub, support for adding and managing custom-trained models, deep linking capabilities for associated notebooks, and improved model version management. These new features streamline the ML workflow by combining the convenience of pre-built solutions with the flexibility of custom development, while maintaining enterprise-grade security and governance.
For enterprise customers, the ability to curate and fine-tune both pre-built and custom models is crucial for successful AI implementation. Model curation provides quality control, compliance, and security while preventing duplicate efforts across teams. When enterprises fine-tune curated models, they can specialize general-purpose solutions for their specific industry needs and gain competitive advantages through improved performance on their proprietary data. Similarly, the ability to fine-tune custom models enables organizations to continuously improve their AI solutions, adapt to changing business conditions, and preserve institutional knowledge, while maintaining cost-efficiency.
A common enterprise scenario involves centralized data science teams developing foundation models (FMs), evaluating the performance against open source FMs, and iterating on performance. After they develop their custom FM, it can serve as a baseline for the entire organization, and individual departments—such as legal, finance, or customer service—can fine-tune these models using their department-specific data that might be subject to different privacy requirements or access controls. This hub-and-spoke approach to model development maximizes resource efficiency while allowing for specialized optimization at the department level. This comprehensive approach to model management, now supported by the enhanced private hub features in SageMaker JumpStart, enables enterprises to balance standardization with customization while maintaining proper governance and control over their ML assets.
SageMaker JumpStart has introduced several new enhancements to its private model hub feature, allowing administrators greater control and flexibility in managing their organization’s ML models. These enhancements include:
These new capabilities give AWS customers more control over their ML infrastructure and enable faster model deployment and experimentation, while still maintaining the appropriate access controls and permissions within their organization.
In the following sections, we provide guidance on how to use these new private model hub features using the Amazon SageMaker SDK and Amazon SageMaker Studio console.
To learn more about how to manage models using private hubs, see Manage Amazon SageMaker JumpStart foundation model access with private hubs.
To use the SageMaker Python SDK and run the code associated with this post, you need the following prerequisites:
This section provides a step-by-step guide for administrators to create a private hub, curate models, and configure access control for your organization’s users.
In the preceding code, HUB_NAME specifies the name of your hub. HUB_DISPLAY_NAME
is the display name for your hub that will be shown to users in UI experiences. HUB_DESCRIPTION
is the description for your hub that will be shown to users.
Use an AWS Region where SageMaker JumpStart is available, as of March 2025: us-west-2
, us-east-1
, us-east-2
, eu-west-1
, eu-central-1
, eu-central-2
, eu-north-1
, eu-south-2
, me-south-1
, me-central-1
, ap-south-1
, ap-south-2
, eu-west-3
, af-south-1
, sa-east-1
, ap-east-1
, ap-northeast-2
, ap-northeast-3
, ap-southeast-3
, ap-southeast-4
, ap-southeast-5
, ap-southeast-7
, eu-west-2
, eu-south-1
, ap-northeast-1
, us-west-1
, ap-southeast-1
, ap-southeast-2
, ca-central-1
, ca-west-1
, cn-north-1
, cn-northwest-1
, il-central-1
, mx-central-1
, us-gov-east-1
, us-gov-west-1
.
In addition to setting up IAM permissions to the admin role, you need to scope down permissions for your users so they can’t access public contents.
After you have set up the private hub configuration and permissions, you’re ready to create the private hub.
describe()
to verify the configuration of your hub. After your private hub is set up, you can add a reference to models from the SageMaker JumpStart public hub to your private hub. No model artifacts need to be managed by the customer. The SageMaker team will manage version or security updates. For a list of available models, refer to Built-in Algorithms with pre-trained Model Table.The filter argument is optional. For a list of filters you can apply, refer to the following GitHub repo.
The SageMaker JumpStart private hub offers other useful features for managing and interacting with the curated models. Administrators can check the metadata of a specific model using the hub.describe_model(model_name=<model_name>)
command. To list the available models in the private hub, you can use a simple loop:
If you need to remove a specific model reference from the private hub, use the following command:
If you want to delete the private hub from your account and Region, you will need to delete all the HubContents
first, then delete the private hub. Use the following code:
This section walks through how to interact with allowlisted models in SageMaker JumpStart. We demonstrate how to list available models, identify a model from the public hub, and fine-tune the model using the SageMaker Python SDK as well as the SageMaker Studio UI.
To interact with your models using the SageMaker Python SDK, complete the following steps:
hub_arn
: For a custom model, see the example notebooks in GitHub.
Complete the following steps to interact with allowlisted models using SageMaker Studio:
If the user has access to multiple hubs, you will see a list of hubs, as shown in the following screenshot.
If the user has access to only one hub, you will be redirected to the model list.
You can now also access the notebook associated with the model in your curated hub.
You will need to upgrade your space to use a SageMaker distribution of at least 2.4.1. For more information on how to upgrade your SageMaker distribution, see Update the SageMaker Distribution Image.
This will automatically open the selected notebook in your JupyterLab instance, with your private HubName
inputted into the necessary classes.
Modify your existing private HubContent
by calling the new sagemaker:UpdateHubContent
API. You can now update an existing HubContent
version in-place without needing to delete and re-add it. We don’t support updating the HubContentDocument
at this time because there can be backward-incompatible changes that are introduced that fundamentally alter the performance and usage of the model itself. Refer to the public API documentation for more details.
Additionally, you can modify your ModelReferences
by calling the new sagemaker:UpdateHubContentReference
API. Refer to the public API documentation for more usage details.
This post demonstrated the new enhancements to the SageMaker JumpStart private model hub feature, which gives enterprise customers greater control and flexibility in managing their ML assets. The key capabilities introduced include the ability to fine-tune pre-built SageMaker JumpStart models directly within the private hub, support for importing and fine-tuning custom-trained models, deep linking to associated notebooks for streamlined access and collaboration, and improved model version management through APIs. These features enable enterprises to curate a centralized repository of trusted, specialized ML models, while still providing the flexibility for individual teams and departments to fine-tune and adapt these models to their specific needs. The seamless integration with SageMaker Studio further streamlines the model development and deployment workflow, empowering enterprises to accelerate their ML initiatives while maintaining the appropriate security and control over their ML assets.
Now that you’ve seen how the enhanced private model hub features in Amazon SageMaker JumpStart can give your organization greater control and flexibility over managing your machine learning assets, start leveraging these capabilities to curate a centralized repository of trusted models and accelerate your AI initiatives.
submitted by /u/balianone [link] [comments]
Enterprises adopting AI aren’t just signing a “utility contract” for revenue growth; they’re entering an…
Martha Stewart–endorsed Dinnerly is a budget meal kit that often feels homespun and extravagant. Now…
This post is divided into three parts; they are: • Origination of the Transformer Model…
In this article, we will build step by step a movie recommender system in Python,…