延长SageMaker预签名URL超时时间

0

【以下的问题经过翻译处理】 如何为SageMaker预签名URL延长默认超时时间?

profile picture
EXPERT
asked 8 months ago73 views
1 Answer
0

【以下的回答经过翻译处理】 会话超时持续时间可以使用API中的SessionExpirationDurationInSeconds来指定。请参考https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreatePresignedDomainUrl.html#API_CreatePresignedDomainUrl_RequestParameters。默认值为43200,这也是是允许的最大值。

预签名 URL 本身的超时时间可以通过 ExpiresInSeconds 设置,默认是 300s,也就是 5 分钟。

profile picture
EXPERT
answered 8 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions