Get information about shared spaces
Important
As of November 30, 2023, the previous Amazon SageMaker Studio experience is now named Amazon SageMaker Studio Classic. The following section is specific to using the Studio Classic application. For information about using the updated Studio experience, see Amazon SageMaker Studio.
This guide shows how to access a list of shared spaces in an Amazon SageMaker AI domain with the Amazon SageMaker AI console, Amazon SageMaker Studio, or the AWS CLI. It also shows how to view details of a shared space from the AWS CLI.
List shared spaces
The following topic describes how to view a list of shared spaces within a domain from the SageMaker AI console or the AWS CLI.
Complete the following procedure to view a list of the shared spaces in a domain from Studio.
-
Navigate to Studio following the steps in Launch Amazon SageMaker Studio.
-
From the Studio UI, find the applications pane on the left side.
-
From the applications pane, select Studio Classic or JupyterLab. You can view the spaces that are being used to run the application type.
Complete the following procedure to view a list of the shared spaces in a domain from the SageMaker AI 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, choose domains.
-
From the list of domains, select the domain that you want to view the list of shared spaces for.
-
On the domain details page, choose the Space management tab.
To list the shared spaces in a domain from the AWS CLI, run the following command from the terminal of your local machine.
aws --region
region
\ sagemaker list-spaces \ --domain-iddomain-id
View shared space details
The following section describes how to view shared space details from the SageMaker AI console, Studio, or the AWS CLI.
Complete the following procedure to view the details of a shared spaces in a domain from Studio.
-
Navigate to Studio following the steps in Launch Amazon SageMaker Studio.
-
From the Studio UI, find the applications pane on the left side.
-
From the applications pane, select Studio Classic or JupyterLab. You can view the spaces that are running the application.
-
Select the name of the space that you want to view more details for.
You can view the details of a shared space from the SageMaker AI console using the following procedure.
-
Open the Amazon SageMaker AI 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 the list of shared spaces for.
-
On the domain details page, choose the Space management tab.
-
Select the name of the space to open a new page that lists details about the shared space.
To view the details of a shared space from the AWS CLI, run the following command from the terminal of your local machine.
aws --region
region
\ sagemaker describe-space \ --domain-iddomain-id
\ --space-namespace-name