Skip to content

Commit

Permalink
Release Google.Cloud.AIPlatform.V1 version 3.20.0 (#14371)
Browse files Browse the repository at this point in the history
Changes in this release:

### New features

- Add VertexAISearch.engine option ([commit cffeac2](https://togithub.com/googleapis/google-cloud-dotnet/commit/cffeac2417604e2cce38884d322b5f40141775b8))
- Add EnterpriseWebSearch tool option ([commit 1b04726](https://togithub.com/googleapis/google-cloud-dotnet/commit/1b047263b3b77afdb0ee4f7c3072aaeef6070af1))
  • Loading branch information
jskeet authored Mar 3, 2025
1 parent fd4f0a3 commit 3764782
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>3.19.0</Version>
<Version>3.20.0</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Vertex AI API (v1), which allows you to train high-quality custom machine learning models with minimal machine learning expertise and effort.</Description>
Expand Down
7 changes: 7 additions & 0 deletions apis/Google.Cloud.AIPlatform.V1/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Version history

## Version 3.20.0, released 2025-03-03

### New features

- Add VertexAISearch.engine option ([commit cffeac2](https://github.com/googleapis/google-cloud-dotnet/commit/cffeac2417604e2cce38884d322b5f40141775b8))
- Add EnterpriseWebSearch tool option ([commit 1b04726](https://github.com/googleapis/google-cloud-dotnet/commit/1b047263b3b77afdb0ee4f7c3072aaeef6070af1))

## Version 3.19.0, released 2025-02-18

### New features
Expand Down
2 changes: 1 addition & 1 deletion generator-input/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@
},
{
"id": "Google.Cloud.AIPlatform.V1",
"version": "3.19.0",
"version": "3.20.0",
"type": "grpc",
"productName": "Vertex AI",
"productUrl": "https://cloud.google.com/vertex-ai/docs",
Expand Down

0 comments on commit 3764782

Please sign in to comment.