From 25ac6d156dac54170901736c624a832ee3d0d6af Mon Sep 17 00:00:00 2001 From: Chi Date: Wed, 24 Feb 2021 22:54:06 -0500 Subject: [PATCH] update args comments --- src/sagemaker/model_monitor/model_monitoring.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/sagemaker/model_monitor/model_monitoring.py b/src/sagemaker/model_monitor/model_monitoring.py index 43ed9c6d70..a673c8e1db 100644 --- a/src/sagemaker/model_monitor/model_monitoring.py +++ b/src/sagemaker/model_monitor/model_monitoring.py @@ -238,7 +238,7 @@ def create_monitoring_schedule( schedule. statistics (sagemaker.model_monitor.Statistic or str): If provided alongside constraints, these will be used for monitoring the endpoint. This can be a - sagemaker.model_monitor.Constraints object or an S3 uri pointing to a constraints + sagemaker.model_monitor.Statistic object or an S3 uri pointing to a statistic JSON file. constraints (sagemaker.model_monitor.Constraints or str): If provided alongside statistics, these will be used for monitoring the endpoint. This can be a @@ -352,7 +352,7 @@ def update_monitoring_schedule( schedule. statistics (sagemaker.model_monitor.Statistic or str): If provided alongside constraints, these will be used for monitoring the endpoint. This can be a - sagemaker.model_monitor.Constraints object or an S3 uri pointing to a constraints + sagemaker.model_monitor.Statistics object or an S3 uri pointing to a statistics JSON file. constraints (sagemaker.model_monitor.Constraints or str): If provided alongside statistics, these will be used for monitoring the endpoint. This can be a @@ -1552,7 +1552,7 @@ def create_monitoring_schedule( JSON file. statistics (sagemaker.model_monitor.Statistic or str): If provided alongside constraints, these will be used for monitoring the endpoint. This can be a - sagemaker.model_monitor.Constraints object or an s3_uri pointing to a constraints + sagemaker.model_monitor.Statistics object or an s3_uri pointing to a statistics JSON file. monitor_schedule_name (str): Schedule name. If not specified, the processor generates a default job name, based on the image name and current timestamp. @@ -1657,7 +1657,7 @@ def update_monitoring_schedule( statistics json files. statistics (sagemaker.model_monitor.Statistic or str): If provided alongside constraints, these will be used for monitoring the endpoint. This can be a - sagemaker.model_monitor.Constraints object or an S3 uri pointing to a constraints + sagemaker.model_monitor.Statistics object or an S3 uri pointing to a statistics JSON file. constraints (sagemaker.model_monitor.Constraints or str): If provided alongside statistics, these will be used for monitoring the endpoint. This can be a @@ -1843,7 +1843,7 @@ def _update_data_quality_monitoring_schedule( to a constraints JSON file. statistics (sagemaker.model_monitor.Statistic or str): If provided alongside constraints, these will be used for monitoring the endpoint. This can be a - sagemaker.model_monitor.Constraints object or an S3 uri pointing to a constraints + sagemaker.model_monitor.Statistics object or an S3 uri pointing to a statistics JSON file. schedule_cron_expression (str): The cron expression that dictates the frequency that this job run. See sagemaker.model_monitor.CronExpressionGenerator for valid