Skip to content

Commit 31e8bb6

Browse files
authored
Update FeatureGroup kms key id documentation
FeatureStore only supports kms key in ARN format. Update Python SDK to disambiguate for customers. https://t.corp.amazon.com/P82550390
1 parent 9e5dca6 commit 31e8bb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sagemaker/feature_store/feature_group.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -531,9 +531,9 @@ def create(
531531
record_identifier_name (str): name of the record identifier feature.
532532
event_time_feature_name (str): name of the event time feature.
533533
role_arn (str): ARN of the role used to call CreateFeatureGroup.
534-
online_store_kms_key_id (str): KMS key id for online store (default: None).
534+
online_store_kms_key_id (str): KMS key ARN for online store (default: None).
535535
enable_online_store (bool): whether to enable online store or not (default: False).
536-
offline_store_kms_key_id (str): KMS key id for offline store (default: None).
536+
offline_store_kms_key_id (str): KMS key ARN for offline store (default: None).
537537
If a KMS encryption key is not specified, SageMaker encrypts all data at
538538
rest using the default AWS KMS key. By defining your bucket-level key for
539539
SSE, you can reduce the cost of AWS KMS requests.

0 commit comments

Comments
 (0)