View source: R/sagemaker_operations.R
sagemaker_create_presigned_domain_url | R Documentation |
Creates a URL for a specified UserProfile in a Domain. When accessed in a web browser, the user will be automatically signed in to the domain, and granted access to all of the Apps and files associated with the Domain's Amazon Elastic File System volume. This operation can only be called when the authentication mode equals IAM.
See https://www.paws-r-sdk.com/docs/sagemaker_create_presigned_domain_url/ for full documentation.
sagemaker_create_presigned_domain_url(
DomainId,
UserProfileName,
SessionExpirationDurationInSeconds = NULL,
ExpiresInSeconds = NULL,
SpaceName = NULL,
LandingUri = NULL
)
DomainId |
[required] The domain ID. |
UserProfileName |
[required] The name of the UserProfile to sign-in as. |
SessionExpirationDurationInSeconds |
The session expiration duration in seconds. This value defaults to 43200. |
ExpiresInSeconds |
The number of seconds until the pre-signed URL expires. This value defaults to 300. |
SpaceName |
The name of the space. |
LandingUri |
The landing page that the user is directed to when accessing the presigned URL. Using this value, users can access Studio or Studio Classic, even if it is not the default experience for the domain. The supported values are:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.