We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbe6244 commit 52391e3Copy full SHA for 52391e3
src/sagemaker/pipeline.py
@@ -157,9 +157,9 @@ def deploy(
157
data_capture_config (sagemaker.model_monitor.DataCaptureConfig): Specifies
158
configuration related to Endpoint data capture for use with
159
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.
+ kms_key (str): The ARN, Key ID or Alias of the KMS key that is used to
+ encrypt the data on the storage volume attached to the instance hosting
+ the endpoint.
163
164
Returns:
165
callable[string, sagemaker.session.Session] or None: Invocation of
0 commit comments