Skip to content

Commit

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

### New features

- Add additional Probe options to v1 model.proto ([commit 4549842](https://togithub.com/googleapis/google-cloud-dotnet/commit/454984226dc7e5a6c2cab2e180485c87a042475b))
- Add Notebooks Runtime Software Configuration ([commit a2ea7f4](https://togithub.com/googleapis/google-cloud-dotnet/commit/a2ea7f4977c825b1c8c7731d541909a9f8e01c67))

### Documentation improvements

- A comment for field `filter` in message `.google.cloud.aiplatform.v1.ListNotebookRuntimeTemplatesRequest` is changed ([commit a2ea7f4](https://togithub.com/googleapis/google-cloud-dotnet/commit/a2ea7f4977c825b1c8c7731d541909a9f8e01c67))
- A comment for field `filter` in message `.google.cloud.aiplatform.v1.ListNotebookRuntimesRequest` is changed ([commit a2ea7f4](https://togithub.com/googleapis/google-cloud-dotnet/commit/a2ea7f4977c825b1c8c7731d541909a9f8e01c67))
  • Loading branch information
jskeet authored Feb 10, 2025
1 parent adf90ec commit 69782f5
Show file tree
Hide file tree
Showing 3 changed files with 14 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.17.0</Version>
<Version>3.18.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
12 changes: 12 additions & 0 deletions apis/Google.Cloud.AIPlatform.V1/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Version history

## Version 3.18.0, released 2025-02-10

### New features

- Add additional Probe options to v1 model.proto ([commit 4549842](https://github.com/googleapis/google-cloud-dotnet/commit/454984226dc7e5a6c2cab2e180485c87a042475b))
- Add Notebooks Runtime Software Configuration ([commit a2ea7f4](https://github.com/googleapis/google-cloud-dotnet/commit/a2ea7f4977c825b1c8c7731d541909a9f8e01c67))

### Documentation improvements

- A comment for field `filter` in message `.google.cloud.aiplatform.v1.ListNotebookRuntimeTemplatesRequest` is changed ([commit a2ea7f4](https://github.com/googleapis/google-cloud-dotnet/commit/a2ea7f4977c825b1c8c7731d541909a9f8e01c67))
- A comment for field `filter` in message `.google.cloud.aiplatform.v1.ListNotebookRuntimesRequest` is changed ([commit a2ea7f4](https://github.com/googleapis/google-cloud-dotnet/commit/a2ea7f4977c825b1c8c7731d541909a9f8e01c67))

## Version 3.17.0, released 2025-02-06

No API surface changes; just product renaming.
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.17.0",
"version": "3.18.0",
"type": "grpc",
"productName": "Vertex AI",
"productUrl": "https://cloud.google.com/vertex-ai/docs",
Expand Down

0 comments on commit 69782f5

Please sign in to comment.