-
Notifications
You must be signed in to change notification settings - Fork 37
Support InferenceComponent CRD. #260
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
Merged
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
976c024
Remove Inference Component from Ignored resource.
suryans-commit a538c26
Build InferenceComponent via code-generation
suryans-commit 4c64bcb
Add InferenceComponent Configuration and custom code
suryans-commit 974ac73
Generate custom code
suryans-commit bb9177f
Add unit tests
suryans-commit cd41253
Update the custom code.
suryans-commit ed54cca
Add InferenceComponent e2e and canary tests
suryans-commit 1908aea
Fix Unit tests
suryans-commit 995e811
Add update failure handling logic.
suryans-commit fcb0d73
Update ACK runtime and code-genertor version.
suryans-commit 6020f10
Merge branch 'main' into main-v2
suryans-commit File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
ack_generate_info: | ||
build_date: "2024-03-06T21:33:47Z" | ||
build_date: "2024-03-11T20:40:41Z" | ||
build_hash: a5ba3c851434263128a1464a2c41e528779eeefa | ||
go_version: go1.22.0 | ||
version: v0.32.1 | ||
api_directory_checksum: 731faf4c5d6d6f5140b4e0786127df447f773217 | ||
api_directory_checksum: 476c2a15949ae95e3cefcc07b7eb39de6cd7548b | ||
api_version: v1alpha1 | ||
aws_sdk_go_version: v1.50.15 | ||
generator_config_info: | ||
file_checksum: 0d728ab3662c7e538aff6727f087b54c5969fdcf | ||
file_checksum: 708e5a5444203d25538466e7e1914c3869d5a93e | ||
original_file_name: generator.yaml | ||
last_modification: | ||
reason: API generation |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see that theres a CurrentCopyCount(https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/client/describe_inference_component.html), does that need to be included here as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, since that is not a read only field and can be updated by the customer.