Skip to content

v1.27.0

Compare
Choose a tag to compare
@release-please release-please released this 30 Jun 13:42
718f04b

1.27.0 (2023-06-30)

Features

  • Add submit for CustomTrainingJob and CustomContainerTrainingJob which won't block until complete. (d6476d0)
  • LLM - Added support for learning_rate in tuning (c6cdd10)
  • LLM - Released the Codey models to GA (89609c9)

Bug Fixes

  • Fix aiplatform.init bug by replacing experiment_name with experiment (c60773a)
  • Fix error when calling update_state() after ExperimentRun.list() (cb255ec)
  • LLM - Exported the ChatMessage class (7bf7634)
  • LLM - Fixed the chat models failing due to safetyAttributes format (459ba86)
  • Vizier - Fixed pyvizier client study creation errors (16299d1)

Documentation

  • Fixed a docstring for _Dataset (b68a941)
  • Fixed a docstring for TimeSeriesDataset (a7dfce2)
  • Populate GA LLM SDK Pydocs (e248285)
  • Update scheduled pipelines client max_run_count docstring with allowed values. (750e161)