File tree 1 file changed +2
-2
lines changed
src/sagemaker/feature_store
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -531,9 +531,9 @@ def create(
531
531
record_identifier_name (str): name of the record identifier feature.
532
532
event_time_feature_name (str): name of the event time feature.
533
533
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).
535
535
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).
537
537
If a KMS encryption key is not specified, SageMaker encrypts all data at
538
538
rest using the default AWS KMS key. By defining your bucket-level key for
539
539
SSE, you can reduce the cost of AWS KMS requests.
You can’t perform that action at this time.
0 commit comments