-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add volume KMS key to transformer #368
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
Conversation
This adds support for the optional VolumeKmsKeyId parameter of CreateTuningJob
Codecov Report
@@ Coverage Diff @@
## master #368 +/- ##
==========================================
+ Coverage 93.24% 93.25% +<.01%
==========================================
Files 52 52
Lines 3658 3663 +5
==========================================
+ Hits 3411 3416 +5
Misses 247 247
Continue to review full report at Codecov.
|
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.
Should we add to an integ test?
CHANGELOG.rst
Outdated
@@ -11,6 +11,7 @@ CHANGELOG | |||
===== | |||
|
|||
* feature: add support for TensorFlow 1.9 | |||
* enhancement: Add support for volume KMS key to Transformer |
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.
Can you move it to the next section (1.9.3dev I believe)? This one already was released
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.
Fixed, also updated transformer integ tests to include the volume KMS key
This also adds volume KMS key to Estimator.transformer()
* Add volume KMS key to transformer This adds support for the optional VolumeKmsKeyId parameter of CreateTuningJob * Fix changelog and add integ test This also adds volume KMS key to Estimator.transformer() * Fixing flake errors * Fix resource config preparation for volume kms key
This adds support for the optional VolumeKmsKeyId parameter of CreateTransformJob
Issue #, if available: N/A
Description of changes: This change adds support for specifying a volume KMS key, which is used to encrypt the volume attached to the ML compute instance for a transform job.
Merge Checklist
Put an
x
in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your pull request.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.