sagemaker_create_presigned_domain_url: Creates a URL for a specified UserProfile in a Domain

View source: R/sagemaker_operations.R

sagemaker_create_presigned_domain_urlR Documentation

Creates a URL for a specified UserProfile in a Domain

Description

Creates a URL for a specified UserProfile in a Domain. When accessed in a web browser, the user will be automatically signed in to Amazon SageMaker Studio, and granted access to all of the Apps and files associated with the Domain's Amazon Elastic File System (EFS) 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.

Usage

sagemaker_create_presigned_domain_url(
  DomainId,
  UserProfileName,
  SessionExpirationDurationInSeconds = NULL,
  ExpiresInSeconds = NULL,
  SpaceName = NULL
)

Arguments

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.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.