sagemaker-python-sdk
sagemaker-python-sdk copied to clipboard
A library for training and deploying machine learning models on Amazon SageMaker
*Issue #, if available:* Addresses: https://github.com/aws/sagemaker-python-sdk/issues/5018 *Description of changes:* * Updated pydocs * Adding support for MetricDefinitions following existing `.with_xxx` pattern Enable usage like below: ``` from sagemaker.modules.train import ModelTrainer...
*Issue #, if available:* *Description of changes:* *Testing done:* ## Merge Checklist _Put an `x` in the boxes that apply. You can also fill these out after creating the PR....
*Issue #, if available:* https://github.com/aws/sagemaker-python-sdk/issues/1984 *Description of changes:* enables isort in checks *Testing done:* ## Merge Checklist _Put an `x` in the boxes that apply. You can also fill these...
### fix: adding auto resolution config support #5256 The JumpStart inference configuration auto-detection problem occurred because users had to manually specify the config_name parameter when deploying models to different instance...
Bumps [transformers](https://github.com/huggingface/transformers) from 4.48.0 to 4.53.0. Release notes Sourced from transformers's releases. Release v4.53.0 Gemma3n Gemma 3n models are designed for efficient execution on low-resource devices. They are capable of...
Bumps [requests](https://github.com/psf/requests) from 2.32.2 to 2.32.4. Release notes Sourced from requests's releases. v2.32.4 2.32.4 (2025-06-10) Security CVE-2024-47081 Fixed an issue where a maliciously crafted URL and trusted environment will retrieve...
*Issue #, if available:* https://github.com/aws/sagemaker-python-sdk/issues/5201 *Description of changes:* *Testing done:* ## Merge Checklist _Put an `x` in the boxes that apply. You can also fill these out after creating the...
*Issue #, if available:* *Description of changes:* Added Telemetry for the following functions: hub.create hub.create_model_reference model_package.deploy *Testing done:* created test scripts to call the functions and logged out the telemetry...
*Issue #, if available:* Issue # 5269: Execution ID has different length and characters in SageMaker Local Mode vs remote execution. Here is the link to this issue: https://github.com/aws/sagemaker-python-sdk/issues/5269 *Description...
*Issue #, if available:* Tracks a request in sagemaker-python-sdk channel to allow for setting the entrypoint parameter to provide custom entrypoints to processing jobs. *Description of changes:* The entrypoint parameter...