Aws Step Functions Data Science Sdk Python Versions Save

Step Functions Data Science SDK for building machine learning (ML) workflows and pipelines on AWS

v2.3.0

2 years ago

Features

  • Support placeholders for:
    • TransformStep (#157)
    • Processing Step (#155)
    • Tuning Step (#173)
  • Add custom description for CloudFormation template (#161)
  • Support for following service integrations:
    • AWS Step Functions service integration (#166)
    • AWS Glue Databrew service integration (#176)
    • Amazon EKS service integration (#177)

Fixes

  • Placeholder hyperparameters passed to TrainingStep are overwritten (#152 )
  • Environment variables are overwritten and not passed through to SageMaker ModelStep (#160)
  • Environment variables defined in the Estimator are not translated to Model when calling TrainingStep.get_expected_model (#160)
  • Retrier and Catcher passed to constructor for Task, Parallel and Map states are not added to the state's Retriers and Catchers (#169)

v2.2.0

2 years ago

Features

  • Placeholders support in TrainingStep to set S3 location for InputDataConfig and OutputDataConfig (#142)
  • EventBridge service integration (#147)

Fixes

  • supplying hyperparameters to training step constructor drops hyperparameters specified in estimator (#144)

v2.1.0

3 years ago

v2.0.0

3 years ago

⚠ 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

v2.0.0rc1

3 years ago
  • Updgrading to SageMaker SDK v2
  • Sunsetting support for Python 2

v1.1.2

3 years ago
  • Support boolean False for debugger_hook_config parameter in TrainingStep
  • Expose TuningStep like other SageMaker steps under the steps module

v1.1.0

3 years ago

v1.0.0.4

4 years ago

Bug fixes and small improvements.

v1.0.0.3

4 years ago