File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
src/sagemaker/feature_store Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -457,12 +457,13 @@ def create(
457
457
online_store_kms_key_id (str): KMS key id for online store.
458
458
enable_online_store (bool): whether to enable online store or not.
459
459
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
460
+ If a KMS encryption key is not specified, SageMaker encrypts all data at
461
+ rest using the default AWS KMS key. By defining your bucket-level key for
462
+ SSE, you can reduce the cost of AWS KMS requests .
463
+ For more information, see
464
464
`Bucket Key
465
- <https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucket-key.html>`_.
465
+ <https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucket-key.html>`_
466
+ in the Amazon S3 User Guide.
466
467
disable_glue_table_creation (bool): whether to turn off Glue table creation no not.
467
468
data_catalog_config (DataCatalogConfig): configuration for Metadata store.
468
469
description (str): description of the FeatureGroup.
You can’t perform that action at this time.
0 commit comments