aws / aws/aws-step-functions-data-science-sdk-python
Add `deploy_instance_count` and `deploy_instance_type` to `TrainingPipeline`
Open
enhancement
- Dominant language
- Python
- Stars
- 299
- Forks
- 84
- PR merge metrics
- No merged PRs in 30d
Description
Currently, [TrainingPipeline](https://github.com/aws/aws-step-functions-data-science-sdk-python/blob/b45b282592041d3c355f7cef492798bc3bf5415a/src/stepfunctions/template/pipeline/train.py#L95) uses the same instance type and count for both train and deploy.
Different instance types and counts are desirable to address the different profiles for each workload.
Contributor guide
Assessment
This issue has not been assessed yet.