【发布时间】:2021-08-27 16:51:39
【问题描述】:
在 SageMaker 文档中,Multi-Model Endpoints 和 Multi-Container Endpoints with Direct Invocation 都被描述为在单个端点上托管多个模型的非常相似的方法。除了多模型端点包含许多更高级的功能之外,给定的用例看起来相同。
例如,多模型端点可以托管 n 个模型并支持资源共享和模型缓存等功能,而 具有 Direct 的多容器端点调用仅限于托管 5 个模型并且缺少模型缓存。
什么时候使用多容器端点直接调用而不是多模型端点?
【问题讨论】:
标签: amazon-web-services amazon-sagemaker