-
Notifications
You must be signed in to change notification settings - Fork 353
Comparing changes
Open a pull request
base repository: googleapis/python-aiplatform
base: v1.7.1
head repository: googleapis/python-aiplatform
compare: v1.8.0
- 20 commits
- 337 files changed
- 15 contributors
Commits on Nov 17, 2021
-
feat: Tensorboard v1 protos release (#847)
* feat:Tensorboard v1 protos release feat:Exposing a field for v1 CustomJob-Tensorboard integration. PiperOrigin-RevId: 410304645 Source-Link: googleapis/googleapis@bd7db05 Source-Link: googleapis/googleapis-gen@66432ef Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjY0MzJlZjhkOTMxNGU1ZDMwNWY1NTc0N2YxYzA3ZjM3NzA4MTUxZSJ9 * 🦉 Updates from OwlBot 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>
Configuration menu - View commit details
-
Copy full SHA for e0fc3d9 - Browse repository at this point
Copy the full SHA e0fc3d9View commit details -
feat: default to custom job display name if experiment name looks lik…
…e a custom job ID (#833) Co-authored-by: Yicheng Fang <yichengfang@google.com>
Configuration menu - View commit details
-
Copy full SHA for 8b9376e - Browse repository at this point
Copy the full SHA 8b9376eView commit details
Commits on Nov 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c40ec85 - Browse repository at this point
Copy the full SHA c40ec85View commit details -
chore: update doc links from googleapis.dev to cloud.google.com (#844)
Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 45bd51c - Browse repository at this point
Copy the full SHA 45bd51cView commit details
Commits on Nov 19, 2021
-
feat: updating Tensorboard related code to use v1 (#851)
Co-authored-by: Yicheng Fang <yichengfang@google.com>
Configuration menu - View commit details
-
Copy full SHA for b613b26 - Browse repository at this point
Copy the full SHA b613b26View commit details
Commits on Nov 23, 2021
-
docs: Update name of BQ source parameter in samples (#859)
* fix: issue 205934591 * fix:test * fix:test
Configuration menu - View commit details
-
Copy full SHA for f11b598 - Browse repository at this point
Copy the full SHA f11b598View commit details -
docs: Added comment for evaluation_id to python examples (#860)
* Added comment for evaluation_id to python examples * docs: Update name of BQ source parameter in samples (#859) * fix: issue 205934591 * fix:test * fix:test Co-authored-by: Andrew Ferlitsch <aferlitsch@google.com>
Configuration menu - View commit details
-
Copy full SHA for 004bf5f - Browse repository at this point
Copy the full SHA 004bf5fView commit details
Commits on Nov 24, 2021
-
feat: Add prediction container URI builder method (#805)
* Initial container URI builder * Address minor requested changes * Move enhanced_library from helpers to utils * Update logic of uri helper to use programmatic map * Split aiplatform.constants into multiple modules * Add tests for 1P pred container URI helper, fixes * Address final requested changes, update OWNERS * Add newest prediction containers
Configuration menu - View commit details
-
Copy full SHA for 91dd3c0 - Browse repository at this point
Copy the full SHA 91dd3c0View commit details
Commits on Nov 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6d5c7c4 - Browse repository at this point
Copy the full SHA 6d5c7c4View commit details
Commits on Nov 30, 2021
-
feat: add featurestore module including Featurestore, EntityType, and…
… Feature classes; add get, update, delete, list methods in all featurestore classes; add search method in Feature class (#850)
Configuration menu - View commit details
-
Copy full SHA for 66745a6 - Browse repository at this point
Copy the full SHA 66745a6View commit details
Commits on Dec 1, 2021
-
docs: Reverted IDs in model_service snippets test (#871)
Co-authored-by: nicain <nicain.seattle@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for da747b5 - Browse repository at this point
Copy the full SHA da747b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f124e9 - Browse repository at this point
Copy the full SHA 0f124e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for bffbd9d - Browse repository at this point
Copy the full SHA bffbd9dView commit details
Commits on Dec 2, 2021
-
feat: add enable_private_service_connect field to Endpoint feat: add …
…id field to DeployedModel feat: add service_attachment field to PrivateEndpoints feat: add endpoint_id to CreateEndpointRequest and method signature to CreateEndpoint feat: add method... (#878) * feat: add enable_private_service_connect field to Endpoint feat: add id field to DeployedModel feat: add service_attachment field to PrivateEndpoints feat: add endpoint_id to CreateEndpointRequest and method signature to CreateEndpoint feat: add method signature to CreateFeatureStore, CreateEntityType, CreateFeature feat: add network and enable_private_service_connect to IndexEndpoint feat: add service_attachment to IndexPrivateEndpoints feat: add stratified_split field to training_pipeline InputDataConfig fix: remove invalid resource annotations in LineageSubgraph PiperOrigin-RevId: 413686247 Source-Link: googleapis/googleapis@244a89d Source-Link: googleapis/googleapis-gen@c485e44 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYzQ4NWU0NGExYjJmZWY1MTZlOWJjYTM2NTE0ZDUwY2ViZDVlYTUxZiJ9 * 🦉 Updates from OwlBot 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>
Configuration menu - View commit details
-
Copy full SHA for ca813be - Browse repository at this point
Copy the full SHA ca813beView commit details -
feat: add enable_private_service_connect field to Endpoint feat: add …
…id field to DeployedModel feat: add service_attachment field to PrivateEndpoints feat: add endpoint_id to CreateEndpointRequest and method signature to CreateEndpoint feat: add method... (#879) * feat: add enable_private_service_connect field to Endpoint feat: add id field to DeployedModel feat: add service_attachment field to PrivateEndpoints feat: add endpoint_id to CreateEndpointRequest and method signature to CreateEndpoint feat: add method signature to CreateFeatureStore, CreateEntityType, CreateFeature feat: add network and enable_private_service_connect to IndexEndpoint feat: add service_attachment to IndexPrivateEndpoints feat: add stratified_split field to training_pipeline InputDataConfig PiperOrigin-RevId: 413691586 Source-Link: googleapis/googleapis@5915024 Source-Link: googleapis/googleapis-gen@afe7901 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYWZlNzkwMWU5MmMwYmFiMDg4OGNkMjk3MTlhNmI3NThkN2UwZGQzNSJ9 * 🦉 Updates from OwlBot 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>
Configuration menu - View commit details
-
Copy full SHA for 47e93b2 - Browse repository at this point
Copy the full SHA 47e93b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b23ea5 - Browse repository at this point
Copy the full SHA 4b23ea5View commit details -
tests: Run unit tests in all Py versions for CI (#880)
Co-authored-by: sasha-gitg <44654632+sasha-gitg@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for dd1f650 - Browse repository at this point
Copy the full SHA dd1f650View commit details
Commits on Dec 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8cb4839 - Browse repository at this point
Copy the full SHA 8cb4839View commit details -
Configuration menu - View commit details
-
Copy full SHA for e89d330 - Browse repository at this point
Copy the full SHA e89d330View commit details
Commits on Dec 6, 2021
-
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: sasha-gitg <44654632+sasha-gitg@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 67450d0 - Browse repository at this point
Copy the full SHA 67450d0View 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 v1.7.1...v1.8.0