-
Notifications
You must be signed in to change notification settings - Fork 354
Comparing changes
Open a pull request
base repository: googleapis/python-aiplatform
base: 9ec90a7
head repository: googleapis/python-aiplatform
compare: d8a5e0b
- 15 commits
- 862 files changed
- 13 contributors
Commits on Feb 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1c34154 - Browse repository at this point
Copy the full SHA 1c34154View commit details
Commits on Feb 14, 2022
-
fix: show logs when TFX pipelines are submitted (#976)
* Fix for showing logs when TFX pipelines are submitted * Add sdkVersion and TFX spec to tests * Remove params from tfx pipeline spec * Add new tests for TFX pipelines * Update tests after linting
Configuration menu - View commit details
-
Copy full SHA for c10923b - Browse repository at this point
Copy the full SHA c10923bView commit details
Commits on Feb 15, 2022
-
feat: Added scheduling to CustomTrainingJob, CustomPythonPackageTrain…
…ingJob, CustomContainerTrainingJob (#970) * Added scheduling to customtrainingjob * Added unit tests Fixed tests Fixed test fix: Broken test * Added integration test * Removed comment * Updated e2e tabular test * Fixed lint issue * Simplfied tests * Added more assertions
Configuration menu - View commit details
-
Copy full SHA for 89078e0 - Browse repository at this point
Copy the full SHA 89078e0View commit details
Commits on Feb 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ef3fcc8 - Browse repository at this point
Copy the full SHA ef3fcc8View commit details
Commits on Feb 22, 2022
-
feat: add TPU_V2 & TPU_V3 values to AcceleratorType in aiplatform v1/…
…v1beta1 accelerator_type.proto (#1010) * chore: use gapic-generator-python 0.63.2 docs: add generated snippets PiperOrigin-RevId: 427792504 Source-Link: googleapis/googleapis@55b9e1e Source-Link: googleapis/googleapis-gen@bf4e86b Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYmY0ZTg2Yjc1M2Y0MmNiMGVkYjFmZDUxZmJlODQwZDdkYTBhMWNkZSJ9 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore(python): Prepare google/cloud/certificatemanager v1 BUILD.bazel for release PiperOrigin-RevId: 428507726 Source-Link: googleapis/googleapis@82528cf Source-Link: googleapis/googleapis-gen@9108224 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOTEwODIyNDIyNjhhN2ViOGM4ZjQ3MDQ4ZTg2MjgyNDIwZDkzZDNjMCJ9 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * docs(aiplatform): fix misformatted field description PiperOrigin-RevId: 429098186 Source-Link: googleapis/googleapis@e75c527 Source-Link: googleapis/googleapis-gen@6114713 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjExNDcxMzMzODE4Zjg4ZjY2YmZlMjRhYzk3ZDIwNjRjZTBiNTJhZCJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * feat: add TPU_V2 & TPU_V3 values to AcceleratorType in aiplatform v1/v1beta1 accelerator_type.proto PiperOrigin-RevId: 430259767 Source-Link: googleapis/googleapis@f873e7f Source-Link: googleapis/googleapis-gen@49f573f Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDlmNTczZjNiNzZkYTg4ODBkM2E4MmI3OTAzMDM2ZmFkMWEzYWZjNSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Configuration menu - View commit details
-
Copy full SHA for 09c2e8a - Browse repository at this point
Copy the full SHA 09c2e8aView commit details
Commits on Feb 24, 2022
-
fix: enforce bq SchemaField field_type and mode using feature value_t…
…ype (#1019) * samples: add feature store samples * fix: force bq has a data type for temp table before ingestion * Revert "samples: add feature store samples" This reverts commit 24ece4d. * fix: double to float64 * fix: add job_config for repeated data type * fix: remove print * fix: bq_schema and tests * fix: add unit tests for get_bq_schema and ic tests for string array ingestion validation * fix compat service init misplace fs version * fix: unit tests by adding assert for bq schema field mock
Configuration menu - View commit details
-
Copy full SHA for 095bea2 - Browse repository at this point
Copy the full SHA 095bea2View commit details -
docs(samples): add samples to create/delete featurestore (#980)
* feat: SDK feature store samples (create/delete fs) * feat: adding to conftest.py * docs(samples): fixed testing * docs(samples): fixed testing * docs(samples): fixed testing * docs(samples) added changes * docs(samples): style issues * Update samples/model-builder/create_featurestore_sample_test.py Co-authored-by: Morgan Du <morgandu@google.com> * Update samples/model-builder/test_constants.py Co-authored-by: Morgan Du <morgandu@google.com> * Update samples/model-builder/create_featurestore_sample_test.py Co-authored-by: Morgan Du <morgandu@google.com> Co-authored-by: Morgan Du <morgandu@google.com>
Configuration menu - View commit details
-
Copy full SHA for 5ee6354 - Browse repository at this point
Copy the full SHA 5ee6354View commit details
Commits on Feb 25, 2022
-
feat: add additional_experiement flag in the tables and forecasting t…
…raining job (#979) * Update training_jobs.py * Update test_automl_forecasting_training_jobs.py * Update training_jobs.py * Update test_automl_tabular_training_jobs.py * Update test_automl_forecasting_training_jobs.py * Update test_automl_tabular_training_jobs.py * Update google/cloud/aiplatform/training_jobs.py Co-authored-by: sasha-gitg <44654632+sasha-gitg@users.noreply.github.com> * Update google/cloud/aiplatform/training_jobs.py Co-authored-by: sasha-gitg <44654632+sasha-gitg@users.noreply.github.com> * Update test_automl_forecasting_training_jobs.py * Update test_automl_tabular_training_jobs.py * Update training_jobs.py * Update training_jobs.py Co-authored-by: sasha-gitg <44654632+sasha-gitg@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5fe59a4 - Browse repository at this point
Copy the full SHA 5fe59a4View commit details -
docs(samples): added create feature and create entity type samples an…
…d tests (#984) * feat: SDK feature store samples (create/delete fs) * feat: adding to conftest.py * docs(samples): fixed testing * docs(samples): fixed testing * docs(samples): fixed testing * docs(samples) added changes * docs(samples): style issues * adding create entity * docs(samples): added create feature and entity type * docs(samples): edited test * docs(samples) edited style * moving constants * fixed dates * Update samples/model-builder/create_featurestore_sample_test.py Co-authored-by: Morgan Du <morgandu@google.com> * Update samples/model-builder/test_constants.py Co-authored-by: Morgan Du <morgandu@google.com> * Update samples/model-builder/create_featurestore_sample_test.py Co-authored-by: Morgan Du <morgandu@google.com> * docs(samples): add samples to create/delete featurestore (#980) * feat: SDK feature store samples (create/delete fs) * feat: adding to conftest.py * docs(samples): fixed testing * docs(samples): fixed testing * docs(samples): fixed testing * docs(samples) added changes * docs(samples): style issues * Update samples/model-builder/create_featurestore_sample_test.py Co-authored-by: Morgan Du <morgandu@google.com> * Update samples/model-builder/test_constants.py Co-authored-by: Morgan Du <morgandu@google.com> * Update samples/model-builder/create_featurestore_sample_test.py Co-authored-by: Morgan Du <morgandu@google.com> Co-authored-by: Morgan Du <morgandu@google.com> * Update samples/model-builder/test_constants.py Co-authored-by: Morgan Du <morgandu@google.com> * moving constants * added variables, made fixes, fixed spelling Co-authored-by: Morgan Du <morgandu@google.com>
Configuration menu - View commit details
-
Copy full SHA for d221e6b - Browse repository at this point
Copy the full SHA d221e6bView commit details
Commits on Feb 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2ba404f - Browse repository at this point
Copy the full SHA 2ba404fView commit details
Commits on Mar 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e7d2719 - Browse repository at this point
Copy the full SHA e7d2719View commit details
Commits on Mar 2, 2022
-
fix: Fix create_lit_model_from_endpoint not accepting models that don…
…'t return a dictionary. (#1020) Some models, like Keras squential models, don't return a dictionary for their prediction. We need to support these models as it is commonly used. Fixes b/220167889
Configuration menu - View commit details
-
Copy full SHA for b9a057d - Browse repository at this point
Copy the full SHA b9a057dView commit details
Commits on Mar 3, 2022
-
chore: fix typo in README (#1035)
Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com> Co-authored-by: Morgan Du <morgandu@google.com>
Configuration menu - View commit details
-
Copy full SHA for 7f72aab - Browse repository at this point
Copy the full SHA 7f72aabView commit details -
fix(deps): require google-api-core>=1.31.5, >=2.3.2 (#1050)
fix(deps): require proto-plus>=1.15.0
Configuration menu - View commit details
-
Copy full SHA for dfbd68a - Browse repository at this point
Copy the full SHA dfbd68aView commit details -
chore(main): release 1.11.0 (#1011)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d8a5e0b - Browse repository at this point
Copy the full SHA d8a5e0bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 9ec90a7...d8a5e0b