Skip to content

Commit

Permalink
Release Google.Cloud.AIPlatform.V1Beta1 version 1.0.0-beta20
Browse files Browse the repository at this point in the history
Changes in this release:

### Bug fixes

- **BREAKING CHANGE** Remove VertexAISearch.engine option ([commit 18d4598](18d4598))
  • Loading branch information
jskeet authored and amanda-tarafa committed Mar 4, 2025
1 parent 966aaea commit 9a10d54
Show file tree
Hide file tree
Showing 3 changed files with 8 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>1.0.0-beta19</Version>
<Version>1.0.0-beta20</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Vertex AI API (v1beta), which allows you to train high-quality custom machine learning models with minimal machine learning expertise and effort.</Description>
Expand Down
6 changes: 6 additions & 0 deletions apis/Google.Cloud.AIPlatform.V1Beta1/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Version history

## Version 1.0.0-beta20, released 2025-03-04

### Bug fixes

- **BREAKING CHANGE** Remove VertexAISearch.engine option ([commit 18d4598](https://github.com/googleapis/google-cloud-dotnet/commit/18d4598f4fb71440f1c2b82505a0a79a7bbe3d46))

## Version 1.0.0-beta19, released 2025-03-03

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion generator-input/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@
},
{
"id": "Google.Cloud.AIPlatform.V1Beta1",
"version": "1.0.0-beta19",
"version": "1.0.0-beta20",
"type": "grpc",
"productName": "Vertex AI",
"productUrl": "https://cloud.google.com/vertex-ai/docs",
Expand Down

0 comments on commit 9a10d54

Please sign in to comment.