Hide machine learning tools and applications on a user level (original) (raw)
The following shows how to customize the applications and ML tools displayed in Studio on a user level. For more information, see Hide machine learning tools and applications in the Amazon SageMaker Studio UI.
This feature is not available if Studio Classic is set as your default experience.
To hide machine learning tools and applications Studio UI on a user level (console)
- Open the Amazon SageMaker AI console at https://console.aws.amazon.com/sagemaker/.
- On the left navigation pane, choose Admin configurations.
- Under Admin configurations, choosedomains.
- From the list of domains, choose the link to the domain you wish to edit.
- On the Domain details page, choose theUser profiles tab.
- In the User profiles section, choose the link to the user profile you wish to edit.
- Choose the App Configurations tab.
- In the SageMaker Studio section, chooseCustomize Studio UI.
- On the Customize Studio UI page you can hide applications and ML tools displayed in Studio by toggling them off.
Note that not all ML features are available in all regions. - Once you have reviewed your changes, choose Save. This will take you back to the user profile edit flow.
- Choose Save changes.
Once completed, you will see a green banner containing a success message at the top of the page.
You can use the AWS CLI to customize the applications and ML tools displayed in Studio on a user level, using StudioWebPortalSettings. Use HiddenAppTypes
to hide applications and HiddenMlTools
to hide ML tools.
In the following example, SageMaker Canvas and Code Editor are being hidden for useruserProfileName
in the domain`domainId`
.
aws sagemaker update-user-profile \
--domain-id domainId \
--user-profile-name userProfileName \
--user-settings '{"StudioWebPortalSettings": {"HiddenAppTypes": ["Canvas", "CodeEditor"]}}'
Note that not all ML features are available in all AWS Regions.
Hide machine learning tools and applications on a domain level
Hide instance types and images in the Studio UI
Did this page help you? - Yes
Thanks for letting us know we're doing a good job!
If you've got a moment, please tell us what we did right so we can do more of it.
Did this page help you? - No
Thanks for letting us know this page needs work. We're sorry we let you down.
If you've got a moment, please tell us how we can make the documentation better.