Skip to content

v0.5.0

Compare
Choose a tag to compare
@ryansteakley ryansteakley released this 09 Dec 20:59
b8d0e8c

Stable

What's Changed

This release includes the following new resources and updates:

  • Pipeline Execution
    • ⚠️ retry_pipeline_execution is not supported via ACK operator and needs to be implemented at application level. The retry_pipeline_execution call needs to be sent to SageMaker directly and not through ACK SageMaker
  • Pipeline
    • ⚠️ Pipeline does not support S3 location as input

New Features:

  • Training Job resource now supports Managed warm pool, heterogeneous clusters through Instance Groups and Retry Strategy.
    • Warm pools are auto terminated if training job does not complete successfully.
  • Training Job resource now supports Update Operations.
    • Update training job only supports adding new profiling configurations when training job is InProgress or to change warm pool retention length after training job completes

Commits

Full Changelog: v0.4.5...v0.5.0