diff --git a/doc/frameworks/xgboost/using_xgboost.rst b/doc/frameworks/xgboost/using_xgboost.rst index 8abdd589c0..2c6c53b6a8 100644 --- a/doc/frameworks/xgboost/using_xgboost.rst +++ b/doc/frameworks/xgboost/using_xgboost.rst @@ -465,6 +465,7 @@ For information about the SageMaker Python SDK XGBoost classes, see the followin * :class:`sagemaker.xgboost.estimator.XGBoost` * :class:`sagemaker.xgboost.model.XGBoostModel` * :class:`sagemaker.xgboost.model.XGBoostPredictor` +* :class:`sagemaker.xgboost.processing.XGBoostProcessor` *********************************** SageMaker XGBoost Docker Containers diff --git a/doc/frameworks/xgboost/xgboost.rst b/doc/frameworks/xgboost/xgboost.rst index 4f6ab3696d..d33046fb1e 100644 --- a/doc/frameworks/xgboost/xgboost.rst +++ b/doc/frameworks/xgboost/xgboost.rst @@ -16,3 +16,8 @@ The Amazon SageMaker XGBoost open source framework algorithm. :members: :undoc-members: :show-inheritance: + +.. autoclass:: sagemaker.xgboost.processing.XGBoostProcessor + :members: + :undoc-members: + :show-inheritance: