sagemaker_create_partner_app_presigned_url {paws.machine.learning} | R Documentation |
Creates a presigned URL to access an Amazon SageMaker Partner AI App
Description
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.
Usage
sagemaker_create_partner_app_presigned_url(
Arn,
ExpiresInSeconds = NULL,
SessionExpirationDurationInSeconds = NULL
)
Arguments
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. |
[Package paws.machine.learning version 0.9.0 Index]