* add input parameterization tests for workflow job steps * add parameterized tests to transformer
2.93.0
Not secure
Features
* MxNet 1.9 support
Bug Fixes and Other Changes
* bump importlib-metadata version upperbound to support TF2.9 * fix pipeline doc code example where process.run only accepts argument * Fix Tensorflow default model_dir generation when output_path is pipeline variable * Support transformer data parameterization
2.92.2
Not secure
Bug Fixes and Other Changes
* turn off Pipeline Parameter inheritance from python primitives * Add more validations for pipeline step new interfaces * Changed method description per AWS request
2.92.1
Not secure
Bug Fixes and Other Changes
* pin protobuf to < 4.0 to fix breaking change
2.92.0
Not secure
Features
* add 'Domain' property to RegisterModel step
Bug Fixes and Other Changes
* support estimator output path parameterization * Add back Prevent passing PipelineVariable object into image_uris.retrieve * jumpstart amt tracking * fix missing register method params for framework models * fix docstring for decorated functions * Documents: add sagemaker model building pipeline readthedocs