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
33=========
44
551.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
12131.14.2
1314======
Original file line number Diff line number Diff line change 11Estimators
2- --------------------
2+ ----------
33
44A 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:
You can’t perform that action at this time.
0 commit comments