Skip to content

Commit dc52505

Browse files
committed
Add documentation for offline s3 bucket key when creating feature group
1 parent da17b29 commit dc52505

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/sagemaker/feature_store/feature_group.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,12 @@ def create(
457457
online_store_kms_key_id (str): KMS key id for online store.
458458
enable_online_store (bool): whether to enable online store or not.
459459
offline_store_kms_key_id (str): KMS key id for offline store.
460+
If KMS encryption key is not specified, by default we encrypt all data at
461+
rest using AWS KMS key. By defining your bucket-level key for SSE, you can
462+
reduce AWS KMS requests costs by up to 99 percent.
463+
For more information, see the S3 documentation for
464+
`Bucket Key
465+
<https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucket-key.html>`_.
460466
disable_glue_table_creation (bool): whether to turn off Glue table creation no not.
461467
data_catalog_config (DataCatalogConfig): configuration for Metadata store.
462468
description (str): description of the FeatureGroup.

0 commit comments

Comments
 (0)