-
Notifications
You must be signed in to change notification settings - Fork 52
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
(bedrock): CDK construct for creating custom Bedrock models #700
Comments
Hi @rinaudjaws thank you for this ticket, the link you mentioned seems to provide already a CDK construct for that purpose. Is the ask to have a different delivery mechanism for that mentioned solution (this library in addition to seedfarmer cli) ? |
The solution I linked is a stack and not a construct (I would need to copy/maintain code which increases complexity of the solutions) or figure out a way to integrate both solutions (aiops-modules with generative-ai-cdk-constructs). I see value implementing a similar approach directly within generative-ai-cdk-constructs (otherwise customers will need to implement it themselves, in which case it will look 99% similar to aiops approach) |
This issue is now marked as stale because it hasn't seen activity for a while. Add a comment or it will be closed soon. If you wish to exclude this issue from being marked as stale, add the "backlog" label. |
Closing this issue as it hasn't seen activity for a while. Please add a comment @mentioning a maintainer to reopen. If you wish to exclude this issue from being marked as stale, add the "backlog" label. |
Describe the feature
Create a construct to enable fine tuning of Bedrock models with enterprise data.
Use Case
I want to train a new Bedrock model with existing enterprise data.
Proposed Solution
This requires use of custom resources (as no there's no support for CloudFormation for CreateModelCustomizationJob).
Other Information
Use other solutions like aiops-modules's bedrock fine tuning.
Acknowledgements
The text was updated successfully, but these errors were encountered: