Skip to content

Commit 16dd720

Browse files
authored
Merge branch 'master' into master
2 parents bc42ecc + 4452786 commit 16dd720

File tree

4 files changed

+14
-1
lines changed

4 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v2.48.2 (2021-07-12)
4+
5+
### Bug Fixes and Other Changes
6+
7+
* default time for compilation jobs
8+
* skip hf inference test
9+
310
## v2.48.1 (2021-07-08)
411

512
### Bug Fixes and Other Changes

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.48.2.dev0
1+
2.48.3.dev0

doc/api/inference/model_monitor.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,8 @@ Model Monitor
2626
:members:
2727
:undoc-members:
2828
:show-inheritance:
29+
30+
.. automodule:: sagemaker.model_monitor.clarify_model_monitoring
31+
:members:
32+
:undoc-members:
33+
:show-inheritance:

src/sagemaker/model_monitor/clarify_model_monitoring.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1248,6 +1248,7 @@ def suggested_constraints(self, file_name=None, kms_key=None):
12481248
"""Returns a sagemaker.model_monitor.
12491249
12501250
Constraints object representing the constraints JSON file generated by this baselining job.
1251+
12511252
Args:
12521253
file_name (str): Keep this parameter to align with method signature in super class,
12531254
but it will be ignored.

0 commit comments

Comments
 (0)