View source: R/sagemaker_operations.R
sagemaker_create_partner_app_presigned_url | R Documentation |
Creates a presigned URL to access an Amazon SageMaker Partner AI App.
See https://www.paws-r-sdk.com/docs/sagemaker_create_partner_app_presigned_url/ for full documentation.
sagemaker_create_partner_app_presigned_url(
Arn,
ExpiresInSeconds = NULL,
SessionExpirationDurationInSeconds = NULL
)
Arn |
[required] The ARN of the SageMaker Partner AI App to create the presigned URL for. |
ExpiresInSeconds |
The time that will pass before the presigned URL expires. |
SessionExpirationDurationInSeconds |
Indicates how long the Amazon SageMaker Partner AI App session can be accessed for after logging in. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.