Create Partner App Presigned Url
sagemaker_create_partner_app_presigned_url | 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.
Usage¶
sagemaker_create_partner_app_presigned_url(Arn, ExpiresInSeconds,
SessionExpirationDurationInSeconds)
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. |
Value¶
A list with the following syntax:
list(
Url = "string"
)
Request syntax¶
svc$create_partner_app_presigned_url(
Arn = "string",
ExpiresInSeconds = 123,
SessionExpirationDurationInSeconds = 123
)