Skip to content

Commit 7083676

Browse files
authored
Add warning note to mlp_sdk_v3 README
Added a warning note about the mlp_sdk_v3 example's purpose and usage.
1 parent 7504067 commit 7083676

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

platform/mlp-sdk-v3/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
> [!WARNING]
2+
> This mlp_sdk_v3 example demonstrates how to develop an ML Platform SDK wrapper library, providing a way to simplify infrastructure management and maintain consistent machine learning development practices across teams. It is intended as a reference guide for customers to help them create their own customized SDK wrappers. Note: This library is provided for illustrative purposes only and should not be used directly in production environments.
3+
>
14
# mlp_sdk_v3
25

36
A Python wrapper library for SageMaker SDK v3 with configuration-driven defaults.
@@ -513,4 +516,4 @@ python examples/xgboost_training_script.py --wait
513516

514517
# Run XGBoost training (notebook)
515518
jupyter notebook examples/xgboost_training_example.ipynb
516-
```
519+
```

0 commit comments

Comments
 (0)