Skip to content

Commit dc7f4d5

Browse files
doc: Add XGBoostProcessor (#3144)
1 parent 3f2214b commit dc7f4d5

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

doc/frameworks/xgboost/using_xgboost.rst

+1
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,7 @@ For information about the SageMaker Python SDK XGBoost classes, see the followin
465465
* :class:`sagemaker.xgboost.estimator.XGBoost`
466466
* :class:`sagemaker.xgboost.model.XGBoostModel`
467467
* :class:`sagemaker.xgboost.model.XGBoostPredictor`
468+
* :class:`sagemaker.xgboost.processing.XGBoostProcessor`
468469

469470
***********************************
470471
SageMaker XGBoost Docker Containers

doc/frameworks/xgboost/xgboost.rst

+5
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,8 @@ The Amazon SageMaker XGBoost open source framework algorithm.
1616
:members:
1717
:undoc-members:
1818
:show-inheritance:
19+
20+
.. autoclass:: sagemaker.xgboost.processing.XGBoostProcessor
21+
:members:
22+
:undoc-members:
23+
:show-inheritance:

0 commit comments

Comments
 (0)