@@ -238,7 +238,7 @@ def create_monitoring_schedule(
238
238
schedule.
239
239
statistics (sagemaker.model_monitor.Statistic or str): If provided alongside
240
240
constraints, these will be used for monitoring the endpoint. This can be a
241
- sagemaker.model_monitor.Constraints object or an S3 uri pointing to a constraints
241
+ sagemaker.model_monitor.Statistic object or an S3 uri pointing to a statistic
242
242
JSON file.
243
243
constraints (sagemaker.model_monitor.Constraints or str): If provided alongside
244
244
statistics, these will be used for monitoring the endpoint. This can be a
@@ -352,7 +352,7 @@ def update_monitoring_schedule(
352
352
schedule.
353
353
statistics (sagemaker.model_monitor.Statistic or str): If provided alongside
354
354
constraints, these will be used for monitoring the endpoint. This can be a
355
- sagemaker.model_monitor.Constraints object or an S3 uri pointing to a constraints
355
+ sagemaker.model_monitor.Statistics object or an S3 uri pointing to a statistics
356
356
JSON file.
357
357
constraints (sagemaker.model_monitor.Constraints or str): If provided alongside
358
358
statistics, these will be used for monitoring the endpoint. This can be a
@@ -1552,7 +1552,7 @@ def create_monitoring_schedule(
1552
1552
JSON file.
1553
1553
statistics (sagemaker.model_monitor.Statistic or str): If provided alongside
1554
1554
constraints, these will be used for monitoring the endpoint. This can be a
1555
- sagemaker.model_monitor.Constraints object or an s3_uri pointing to a constraints
1555
+ sagemaker.model_monitor.Statistics object or an s3_uri pointing to a statistics
1556
1556
JSON file.
1557
1557
monitor_schedule_name (str): Schedule name. If not specified, the processor generates
1558
1558
a default job name, based on the image name and current timestamp.
@@ -1657,7 +1657,7 @@ def update_monitoring_schedule(
1657
1657
statistics json files.
1658
1658
statistics (sagemaker.model_monitor.Statistic or str): If provided alongside
1659
1659
constraints, these will be used for monitoring the endpoint. This can be a
1660
- sagemaker.model_monitor.Constraints object or an S3 uri pointing to a constraints
1660
+ sagemaker.model_monitor.Statistics object or an S3 uri pointing to a statistics
1661
1661
JSON file.
1662
1662
constraints (sagemaker.model_monitor.Constraints or str): If provided alongside
1663
1663
statistics, these will be used for monitoring the endpoint. This can be a
@@ -1843,7 +1843,7 @@ def _update_data_quality_monitoring_schedule(
1843
1843
to a constraints JSON file.
1844
1844
statistics (sagemaker.model_monitor.Statistic or str): If provided alongside
1845
1845
constraints, these will be used for monitoring the endpoint. This can be a
1846
- sagemaker.model_monitor.Constraints object or an S3 uri pointing to a constraints
1846
+ sagemaker.model_monitor.Statistics object or an S3 uri pointing to a statistics
1847
1847
JSON file.
1848
1848
schedule_cron_expression (str): The cron expression that dictates the frequency that
1849
1849
this job run. See sagemaker.model_monitor.CronExpressionGenerator for valid
0 commit comments