Skip to content

documentation: Add Clarify module to Model Monitoring API docs #2508

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions doc/api/inference/model_monitor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@ Model Monitor
:members:
:undoc-members:
:show-inheritance:

.. automodule:: sagemaker.model_monitor.clarify_model_monitoring
:members:
:undoc-members:
:show-inheritance:
1 change: 1 addition & 0 deletions src/sagemaker/model_monitor/clarify_model_monitoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -1248,6 +1248,7 @@ def suggested_constraints(self, file_name=None, kms_key=None):
"""Returns a sagemaker.model_monitor.

Constraints object representing the constraints JSON file generated by this baselining job.

Args:
file_name (str): Keep this parameter to align with method signature in super class,
but it will be ignored.
Expand Down