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 AWS Command Line Interface (AWS 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 AWS 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.
-
Open the Amazon SageMaker console at https://console.aws.amazon.com/sagemaker/
. -
On the left navigation pane, choose Admin configurations.
-
Under Admin configurations, choose domains.
-
From the list of domains, select the domain that you want to view a list of user profiles for.
-
On the domain details page, choose the User profiles tab.
View user profiles from the AWS CLI
To view the user profiles in a domain from the AWS CLI, run the following command from the terminal of your local machine.
aws sagemaker list-user-profiles \ --region
region
\ --domain-iddomain-id
View user profile details
The following section describes how to view the details of a user profile from the SageMaker console or the AWS CLI.
View user profile details from the console
Complete the following procedure to view the details of a user profile from the SageMaker console.
-
Open the Amazon SageMaker console at https://console.aws.amazon.com/sagemaker/
. -
On the left navigation pane, choose Admin configurations.
-
Under Admin configurations, choose domains.
-
From the list of domains, select the domain that you want to view a list of user profiles for.
-
On the domain details page, choose the User profiles tab.
-
Select the user profile that you want to view details for.
View user profile details from the AWS CLI
To describe a user profile from the AWS CLI, run the following command from the terminal of your local machine.
aws sagemaker describe-user-profile \ --region
region
\ --domain-iddomain-id
\ --user-profile-nameuser-name