-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(sagemaker): add model hosting L2 constructs #20113
Conversation
Based closely on PR aws#2888, this commit introduces the Endpoint L2 construct and the L2 constructs on which it depends, including Model and EndpointConfig. Departures from PR aws#2888 include: - EndpointConfig definition moved into its own L2 construct as one EndpointConfig resource may be shared by multiple Endpoints. - An Endpoint-specific IEndpointProductionVariant interface was added to support "metric*" and "autoScale*" APIs per endpoint-variant combination. - The Notebook construct was excluded from this new commit to limit changes to model hosting use-cases only. - Feedback on the earlier PR has been incorporated into this new commit. fixes aws#2809 Co-authored-by: Matt McClean <[email protected]> Co-authored-by: Yao <[email protected]> Co-authored-by: Drew Jetter <[email protected]> Co-authored-by: Murali Ganesh <[email protected]> Co-authored-by: Abilash Rangoju <[email protected]>
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
The RFC associated with this PR has been approved and merged, and the API bar raiser has asked me to break the implementation down into a smaller set of PRs, covering the L2 constructs for |
Based closely on PR #2888, this commit introduces the Endpoint L2
construct and the L2 constructs on which it depends, including Model and
EndpointConfig. Departures from PR #2888 include:
EndpointConfig resource may be shared by multiple Endpoints.
support "metric*" and "autoScale*" APIs per endpoint-variant
combination.
changes to model hosting use-cases only.
fixes #2809
Co-authored-by: Matt McClean [email protected]
Co-authored-by: Long Yao [email protected]
Co-authored-by: Drew Jetter [email protected]
Co-authored-by: Murali Ganesh [email protected]
Co-authored-by: Abilash Rangoju [email protected]
All Submissions:
Adding new Unconventional Dependencies:
New Features
yarn integ
to deploy the infrastructure and generate the snapshot (i.e.yarn integ
without--dry-run
)?By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license