diff --git a/.gitignore b/.gitignore index df1aa8c0c2..21e1d2b572 100644 --- a/.gitignore +++ b/.gitignore @@ -40,4 +40,5 @@ src/sagemaker/modules/train/container_drivers/distributed.json tests/data/**/_repack_model.py tests/data/experiment/sagemaker-dev-1.0.tar.gz src/sagemaker/serve/tmp_workspace -test-examples \ No newline at end of file +test-examples +.docvenv \ No newline at end of file diff --git a/doc/index.rst b/doc/index.rst index 69038056b0..3355f3b036 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -1,6 +1,13 @@ ########################### Amazon SageMaker Python SDK ########################### + +.. note:: + Version 2.x of the SageMaker Python SDK is on a deprecation path. + For the latest features and continued support, see the SageMaker Python SDK + `V3 documentation `_. + For version lifecycle, see `this page `_. + Amazon SageMaker Python SDK is an open source library for training and deploying machine-learned models on Amazon SageMaker. With the SDK, you can train and deploy models using popular deep learning frameworks, algorithms provided by Amazon, or your own algorithms built into SageMaker-compatible Docker images.