Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/python-aiplatform
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.29.0
Choose a base ref
...
head repository: googleapis/python-aiplatform
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.30.0
Choose a head ref
  • 8 commits
  • 99 files changed
  • 4 contributors

Commits on Aug 3, 2023

  1. feat: add model.evaluate() method to Model class

    PiperOrigin-RevId: 553544432
    sararob authored and copybara-github committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    51df86e View commit details
    Browse the repository at this point in the history
  2. chore: update to LVM MultiModalEmbedding request

    PiperOrigin-RevId: 553588294
    sararob authored and copybara-github committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    be01f31 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. chore: LLM - Switched to a more robust way to get the tuned model res…

    …ource name from the pipeline job
    
    PiperOrigin-RevId: 553633219
    Ark-kun authored and copybara-github committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    ff47513 View commit details
    Browse the repository at this point in the history
  2. feat: add support for providing only text to MultiModalEmbeddingModel…

    ….get_embeddings()
    
    PiperOrigin-RevId: 553809703
    sararob authored and copybara-github committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    38ec40a View commit details
    Browse the repository at this point in the history
  3. Copybara import of the project:

    --
    471b38b by gcf-owl-bot[bot] <78513119+gcf-owl-bot[bot]@users.noreply.github.com>:
    
    feat: add RaySepc to ResourceRuntimeSpec, and add ResourceRuntime to PersistentResource (#2387)
    
    * feat: add `PredictionService.ServerStreamingPredict` method
    feat: add `StreamingPredictRequest` type
    feat: add `StreamingPredictResponse` type
    feat: add `Tensor` type
    
    PiperOrigin-RevId: 551672526
    
    Source-Link: googleapis/googleapis@1b650d6
    
    Source-Link: googleapis/googleapis-gen@62fb737
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjJmYjczNzAyNzMyY2U3MjdmYmQyZTU1NjBkMzA5ZWNlMDYwOTg1MCJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * feat: add RaySepc to ResourceRuntimeSpec, and add ResourceRuntime to PersistentResource
    
    PiperOrigin-RevId: 551874408
    
    Source-Link: googleapis/googleapis@4d230dd
    
    Source-Link: googleapis/googleapis-gen@9e603a7
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOWU2MDNhNzA4MGJlNzhiMWVjOGE2Y2Y0Y2UxZDA2YTUyNTllZmMyMyJ9
    
    * 🦉 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: Amy Wu <[email protected]>
    
    --
    14efbdf by yinghsienwu <[email protected]>:
    
    Resolved merge conflict by incorporating both suggestions.
    
    --
    69acc80 by yinghsienwu <[email protected]>:
    
    Resolved merge conflict by incorporating both suggestions.
    
    --
    0df44fd by yinghsienwu <[email protected]>:
    
    Resolve coverage by reverting files.
    
    --
    7e903f9 by yinghsienwu <[email protected]>:
    
    Fix migration test.
    
    --
    be1625b by yinghsienwu <[email protected]>:
    
    Fix lint
    
    --
    03e45ac by yinghsienwu <[email protected]>:
    
    Revert
    
    COPYBARA_INTEGRATE_REVIEW=#2407 from googleapis:wuamy-patch 03e45ac
    PiperOrigin-RevId: 553948974
    yinghsienwu authored and copybara-github committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    dec8ffd View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. chore: De-hardcoded model parameter defaults

    Model interface classes support different models that might have different defaults for their parameters. SDK should not hardcode these parameters by default, letting the user to either use the model's defaults or explicitly override them.
    
    There was a recent similar case where the tuning parameter defaults were different for different tuning methods.
    
    PiperOrigin-RevId: 555129237
    Ark-kun authored and copybara-github committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    40f3e41 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. fix: LLM - Fixed filter in list_tuned_model_names

    PiperOrigin-RevId: 555359431
    sararob authored and copybara-github committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    57806fb View commit details
    Browse the repository at this point in the history
  2. chore(main): release 1.30.0 (#2404)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    06c9d18 View commit details
    Browse the repository at this point in the history
Loading