v1.26.0
1.26.0 (2023-06-07)
Features
- Add additional scheduled pipelines client create method unit tests. (0463678)
- Add pipelineJob create_schedule() method and unit test. (635ae9c)
- Add scheduled pipelines client create/get methods and unit tests. (4755fc7)
- Add scheduled pipelines client list/pause/resume methods and unit tests. (ce5dee4)
- Adding
enable_access_logging
parameter to Endpoint.deploy() method, minor edit to batch_predict() docstring (794cedd) - LLM - Added support for CMEK in tuning (aebf74a)
- LLM - Released the LLM SDK to GA (76465e2)
- Support publisher models in
BatchPredictionJob.create
(13b11c6)
Bug Fixes
- CustomJob.from_local_script does not pass args to script for custom container images (6ead69d)
- Fix bug when checking PipelineJob failure status (a154859)
- Fix the bug that start_upload_tb_log() doesn't continuously upload (66e6eae)
- LLM - Fixed parameters set in
ChatModel.start_chat
being ignored (a0d815d) - LLM - Fixed the DataFrame staging on Windows (056b0bd)
- Resource created by
_construct_sdk_resource_from_gapic
should use the project from the resource name instead of the default project. (162b2f2) - Retry for etag errors on context update. (d3d5f9a)
- Unbreak additional timeout for MatchingEngineIndexEndpoint deploy_index (af199c0)