Skip to content

Commit 11d3fcf

Browse files
authored
Add the estimator base classes to API docs (#488)
1 parent 38f21df commit 11d3fcf

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ CHANGELOG
33
=========
44

55
1.14.3-dev
6-
=====
6+
======
77

88
* bug-fix: Changes to use correct S3 bucket and time range for dataframes in TrainingJobAnalytics.
99
* bug-fix: Local Mode: correctly handle the case where the model output folder doesn't exist yet
1010
* doc-fix: Fix typos in tensorflow serving documentation
11+
* doc-fix: Add estimator base classes to API docs
1112

1213
1.14.2
1314
======

doc/estimators.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
11
Estimators
2-
--------------------
2+
----------
33

44
A high level interface for SageMaker training
55

6+
.. autoclass:: sagemaker.estimator.EstimatorBase
7+
:members:
8+
:undoc-members:
9+
:show-inheritance:
10+
:inherited-members:
11+
612
.. autoclass:: sagemaker.estimator.Estimator
713
:members:
814
:undoc-members:
915
:show-inheritance:
1016
:inherited-members:
17+
18+
.. autoclass:: sagemaker.estimator.Framework
19+
:members:
20+
:undoc-members:
21+
:show-inheritance:
22+
:inherited-members:

0 commit comments

Comments
 (0)