Skip to content

v1.26.1

Compare
Choose a tag to compare
@release-please release-please released this 22 Jun 14:53
5bcf602

1.26.1 (2023-06-21)

Features

  • Add additional scheduled pipelines client getters and unit tests. (9371b4f)
  • Add PipelineJobSchedule update method and unit tests. (69c5f60)
  • Add tunable parameters for Model Garden model training to the "AutoMLImageTrainingJob" in SDK. (50646be)
  • LLM - Added batch prediction (2235305)
  • LLM - Exposed the chat history (bf0e20b)
  • LLM - Exposed the safety attributes (01ba3ca)

Bug Fixes

  • Change scheduled pipelines client dashboard uri to view created schedules. Note: uri will not work until scheduler UI is GA. (d4d8613)
  • Fix bug where scheduled pipeline jobs were not running. (4e7d11a)
  • Remove Schedule read mask because ListSchedules does not support it. (1fda417)

Miscellaneous Chores

Documentation

  • Update scheduled pipelines client wait() docstring. (a7d92e5)