Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2021-03-01 | 1.4 kB | |
v2.0.0.tar.gz | 2021-03-01 | 39.6 MB | |
v2.0.0.zip | 2021-03-01 | 39.5 MB | |
Totals: 3 Items | 79.1 MB | 0 |
⚠ BREAKING CHANGES
Python Support * Drops support for Python 2
SageMaker SDK * If your project is using the Amazon SageMaker Python SDK, it must be upgraded to version 2.x. Read more about upgrading to version 2.x.
StepFunctions SDK
* TrainingStep
- sagemaker.session.s3_input
has been renamed to sagemaker.inputs.TrainingInput
* TuningStep
- sagemaker.session.s3_input
has been renamed to sagemaker.inputs.TrainingInput
* TrainingPipeline
- sagemaker.session.s3_input
has been renamed to sagemaker.inputs.TrainingInput
* InferencePipeline
- sagemaker.session.s3_input
has been renamed to sagemaker.inputs.TrainingInput
Features
- New choice state comparators that were added to the Amazon States Language specifications (#88) (08a0ed7)
- Add support for dynamic timeout and heartbeat in Task state (#113) (7640db1)