Skip to content

Commit 52391e3

Browse files
author
Chuyang Deng
committed
fix kms_key docstring
1 parent fbe6244 commit 52391e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/sagemaker/pipeline.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@ def deploy(
157157
data_capture_config (sagemaker.model_monitor.DataCaptureConfig): Specifies
158158
configuration related to Endpoint data capture for use with
159159
Amazon SageMaker Model Monitoring. Default: None.
160-
kms_key (str): The ARN of the KMS key that is used to encrypt the
161-
data on the storage volume attached to the instance hosting the
162-
endpoint.
160+
kms_key (str): The ARN, Key ID or Alias of the KMS key that is used to
161+
encrypt the data on the storage volume attached to the instance hosting
162+
the endpoint.
163163
164164
Returns:
165165
callable[string, sagemaker.session.Session] or None: Invocation of

0 commit comments

Comments
 (0)