Skip to content

Fix FeatureGroup kms key id documentation #3704

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 1 commit into from
Mar 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/sagemaker/feature_store/feature_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -531,9 +531,9 @@ def create(
record_identifier_name (str): name of the record identifier feature.
event_time_feature_name (str): name of the event time feature.
role_arn (str): ARN of the role used to call CreateFeatureGroup.
online_store_kms_key_id (str): KMS key id for online store (default: None).
online_store_kms_key_id (str): KMS key ARN for online store (default: None).
enable_online_store (bool): whether to enable online store or not (default: False).
offline_store_kms_key_id (str): KMS key id for offline store (default: None).
offline_store_kms_key_id (str): KMS key ARN for offline store (default: None).
If a KMS encryption key is not specified, SageMaker encrypts all data at
rest using the default AWS KMS key. By defining your bucket-level key for
SSE, you can reduce the cost of AWS KMS requests.
Expand Down