File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/sagemaker/feature_store Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments