| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-31 | 834 Bytes | |
| v3.7.1 source code.tar.gz | 2026-03-31 | 16.6 MB | |
| v3.7.1 source code.zip | 2026-03-31 | 17.5 MB | |
| Totals: 3 Items | 34.1 MB | 0 | |
Features
- Telemetry: Added telemetry emitter to
ScriptProcessorandFrameworkProcessor, enabling SDK usage tracking for processing jobs via the telemetry attribution module (newPROCESSINGfeature enum added to telemetry constants)
Fixes
- ModelBuilder: Fixed
accept_eulahandling in ModelBuilder's LoRA deployment path — previously hardcoded toTrue, now respects the user-provided value and raises aValueErrorif not explicitly set toTrue - Evaluate: Fixed Lambda handler name derivation in the Evaluator — hardcoded the handler to
lambda_function.lambda_handlerinstead of deriving it from the source filename, which caused invocation failures when the source file had a non-default name
Full Changelog: https://github.com/aws/sagemaker-python-sdk/compare/v3.7.0...v3.7.1