aws / aws/aws-step-functions-data-science-sdk-python
feature: adding support for AsyncInferenceConfig in endpoint config
未关闭
enhancement
- 主要语言
- Python
- 星标
- 299
- 派生
- 84
- PR 合并指标
- 30 天内没有已合并 PR
描述
The EndpointConfig constructor could be extended to support passing in AsyncInferenceConfig
which includes configuration as shown here in the doc [API_AsyncInferenceConfig](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_AsyncInferenceConfig.html)
In this way would be possible to create an EndpountConfig supporting [Asynchronous Inference](https://docs.aws.amazon.com/sagemaker/latest/dg/async-inference.html).
贡献指南
调研方向
从 EndpointConfig 构造函数开始,将其当前的配置输入与 issue 中链接的 AWS API_AsyncInferenceConfig 文档进行比较。跟踪端点配置的表示方式,并验证生成的配置支持 AWS 所描述的异步推理设置;完成的标准是用户可以使用 AsyncInferenceConfig 创建 EndpointConfig。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- aws, python
- 领域
- cloud, machine-learning
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100