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: v3.7.0...v3.7.1