View User Profiles and User Profile Details - Amazon SageMaker
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

View User Profiles and User Profile Details

This topic shows how to view a list of user profiles in an Amazon SageMaker domain, and view details for a user profile from the SageMaker console or the Amazon Command Line Interface (Amazon CLI).

View user profiles

The following section describes how to view a list of user profiles in a domain from the SageMaker console or the Amazon CLI.

View user profiles from the console

Complete the following procedure to view a list of user profiles in the domain from the SageMaker console.

  1. Open the Amazon SageMaker console at https://console.amazonaws.cn/sagemaker/.

  2. On the left navigation pane, choose Admin configurations.

  3. Under Admin configurations, choose domains.

  4. From the list of domains, select the domain that you want to view a list of user profiles for.

  5. On the domain details page, choose the User profiles tab.

View user profiles from the Amazon CLI

To view the user profiles in a domain from the Amazon CLI, run the following command from the terminal of your local machine.

aws sagemaker list-user-profiles \ --region region \ --domain-id domain-id

View user profile details

The following section describes how to view the details of a user profile from the SageMaker console or the Amazon CLI.

View user profile details from the console

Complete the following procedure to view the details of a user profile from the SageMaker console.

  1. Open the Amazon SageMaker console at https://console.amazonaws.cn/sagemaker/.

  2. On the left navigation pane, choose Admin configurations.

  3. Under Admin configurations, choose domains.

  4. From the list of domains, select the domain that you want to view a list of user profiles for.

  5. On the domain details page, choose the User profiles tab.

  6. Select the user profile that you want to view details for.

View user profile details from the Amazon CLI

To describe a user profile from the Amazon CLI, run the following command from the terminal of your local machine.

aws sagemaker describe-user-profile \ --region region \ --domain-id domain-id \ --user-profile-name user-name