首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >如何扩展Sagemaker端点?

如何扩展Sagemaker端点?
EN

Stack Overflow用户
提问于 2020-05-27 16:02:36
回答 1查看 290关注 0票数 2

我已经使用sklearn.deploy方法在AWS Sagemaker中部署了一个sklearn模型,用于自动缩放端点。我已经设置了以下配置:

代码语言:javascript
运行
复制
Target value for number of requests: 25
Scale out cool time: 30 sec
Scale in cool time: 20 sec

收到发送的25+请求后,将部署一个新实例。但在此之后,即使我不向端点发送新请求,它也不会自动缩减。

为什么它不缩容?

当在固定时间间隔内没有收到新请求时,如何使其自动缩容。

EN

回答 1

Stack Overflow用户

发布于 2020-07-08 00:28:09

在写这篇文章的时候,SageMaker不会缩小到0。

You must also specify the minimum number of instances for the model. This value must be at least 1, and equal to or less than the value specified for the maximum number of endpoint instances.

来源:https://docs.aws.amazon.com/sagemaker/latest/dg/endpoint-auto-scaling-prerequisites.html

票数 2
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/62038211

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档