Class DescribeSpaceResponse

    • Method Detail

      • domainId

        public final String domainId()

        The ID of the associated domain.

        Returns:
        The ID of the associated domain.
      • spaceArn

        public final String spaceArn()

        The space's Amazon Resource Name (ARN).

        Returns:
        The space's Amazon Resource Name (ARN).
      • spaceName

        public final String spaceName()

        The name of the space.

        Returns:
        The name of the space.
      • homeEfsFileSystemUid

        public final String homeEfsFileSystemUid()

        The ID of the space's profile in the Amazon EFS volume.

        Returns:
        The ID of the space's profile in the Amazon EFS volume.
      • lastModifiedTime

        public final Instant lastModifiedTime()

        The last modified time.

        Returns:
        The last modified time.
      • creationTime

        public final Instant creationTime()

        The creation time.

        Returns:
        The creation time.
      • failureReason

        public final String failureReason()

        The failure reason.

        Returns:
        The failure reason.
      • spaceSettings

        public final SpaceSettings spaceSettings()

        A collection of space settings.

        Returns:
        A collection of space settings.
      • ownershipSettings

        public final OwnershipSettings ownershipSettings()

        The collection of ownership settings for a space.

        Returns:
        The collection of ownership settings for a space.
      • spaceSharingSettings

        public final SpaceSharingSettings spaceSharingSettings()

        The collection of space sharing settings for a space.

        Returns:
        The collection of space sharing settings for a space.
      • spaceDisplayName

        public final String spaceDisplayName()

        The name of the space that appears in the Amazon SageMaker Studio UI.

        Returns:
        The name of the space that appears in the Amazon SageMaker Studio UI.
      • url

        public final String url()

        Returns the URL of the space. If the space is created with Amazon Web Services IAM Identity Center (Successor to Amazon Web Services Single Sign-On) authentication, users can navigate to the URL after appending the respective redirect parameter for the application type to be federated through Amazon Web Services IAM Identity Center.

        The following application types are supported:

        • Studio Classic: &redirect=JupyterServer

        • JupyterLab: &redirect=JupyterLab

        • Code Editor, based on Code-OSS, Visual Studio Code - Open Source: &redirect=CodeEditor

        Returns:
        Returns the URL of the space. If the space is created with Amazon Web Services IAM Identity Center (Successor to Amazon Web Services Single Sign-On) authentication, users can navigate to the URL after appending the respective redirect parameter for the application type to be federated through Amazon Web Services IAM Identity Center.

        The following application types are supported:

        • Studio Classic: &redirect=JupyterServer

        • JupyterLab: &redirect=JupyterLab

        • Code Editor, based on Code-OSS, Visual Studio Code - Open Source: &redirect=CodeEditor

      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object