Changelog

0.7.1 (2021-04-14)

Bug Fixes

  • fix list failing without order_by and local sorting (#320) (06e99db)

0.7.0 (2021-04-14)

Features

  • Add Custom Container Prediction support, move to single API endpoint (#277) (ca7f6d6)

  • Add initial Model Builder SDK samples (#265) (1230dc6)

  • Add list() method to all resource nouns (#294) (3ec9386)

  • add support for multiple client versions, change aiplatform from compat.V1BETA1 to compat.V1 (#290) (89e3212)

  • Make aiplatform.Dataset private (#296) (1f0d5f3)

  • parse project location when passed full resource name to get apis (#297) (674227d)

Bug Fixes

  • add quotes to logged snippet (0ecd0a8)

  • make logging more informative during training (#310) (9a4d991)

  • remove TPU from accelerator test cases (57f4fcf)

0.6.0 (2021-03-22)

Features

Bug Fixes

  • skip create data labeling job sample tests (#254) (116a29b)

0.5.1 (2021-03-01)

Bug Fixes

  • fix create data labeling job samples tests (#244) (3c440de)

  • fix predict sample tests for proto-plus==1.14.2 (#250) (b1c9d88)

  • fix update export model sample, and add sample test (#239) (20b8859)

Documentation

0.5.0 (2021-02-17)

Features

Bug Fixes

0.4.0 (2021-01-08)

Features

  • add create_batch_prediction_job samples (#67) (96a850f)

  • add create_hyperparameter_tuning_job_python_package sample (#76) (5155dee)

  • add create_training_pipeline_custom_training_managed_dataset sample (#75) (b012283)

  • add custom_job samples (#69) (fb165b3)

  • add data_labeling samples (#78) (7daacd5)

  • add get_custom_job and get_hyperparameter_tuning_job samples (#68) (26da7a7)

  • add schema namespace (#140) (1cbd4a5)

  • add video action recognition samples (#77) (4c60ad6)

  • Added tabular forecasting sample (#156) (a23857b)

  • Added tabular forecasting samples (#128) (69fc7fd)

  • adds function/method enhancements, demo samples (#122) (1a302d2)

  • adds text batch prediction samples (#82) (ad09c29)

  • initial generation of enhanced types (#102) (5ddbf16)

  • update create_training_pipeline samples (#142) (624a08d)

  • xai samples (#83) (5cf3859)

Bug Fixes

Documentation

0.3.1 (2020-11-13)

Features

0.3.0 (2020-11-05)

Features

Bug Fixes