Skip to content

Commit 4452786

Browse files
documentation: Add Clarify module to Model Monitoring API docs (#2508)
Co-authored-by: Ahsan Khan <[email protected]>
1 parent d49e967 commit 4452786

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

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)