File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,12 @@ CHANGELOG
3
3
=========
4
4
5
5
1.14.3-dev
6
- =====
6
+ ======
7
7
8
8
* bug-fix: Changes to use correct S3 bucket and time range for dataframes in TrainingJobAnalytics.
9
9
* bug-fix: Local Mode: correctly handle the case where the model output folder doesn't exist yet
10
10
* doc-fix: Fix typos in tensorflow serving documentation
11
+ * doc-fix: Add estimator base classes to API docs
11
12
12
13
1.14.2
13
14
======
Original file line number Diff line number Diff line change 1
1
Estimators
2
- --------------------
2
+ ----------
3
3
4
4
A high level interface for SageMaker training
5
5
6
+ .. autoclass :: sagemaker.estimator.EstimatorBase
7
+ :members:
8
+ :undoc-members:
9
+ :show-inheritance:
10
+ :inherited-members:
11
+
6
12
.. autoclass :: sagemaker.estimator.Estimator
7
13
:members:
8
14
:undoc-members:
9
15
:show-inheritance:
10
16
:inherited-members:
17
+
18
+ .. autoclass :: sagemaker.estimator.Framework
19
+ :members:
20
+ :undoc-members:
21
+ :show-inheritance:
22
+ :inherited-members:
You can’t perform that action at this time.
0 commit comments