Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Google.Cloud.AIPlatform.V1 version 3.12.0 #13936

Merged
merged 1 commit into from
Dec 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.11.0</Version>
<Version>3.12.0</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the AI Platform API (v1), which allows you to train high-quality custom machine learning models with minimal machine learning expertise and effort.</Description>
Expand Down
15 changes: 15 additions & 0 deletions apis/Google.Cloud.AIPlatform.V1/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Version history

## Version 3.12.0, released 2024-12-06

### New features

- Add workbench_runtime and kernel_name to NotebookExecutionJob ([commit 5835c7c](https://github.com/googleapis/google-cloud-dotnet/commit/5835c7cc3e9ed46f05a7c9d19a69de19c4aaf334))
- Add new `Status` field to DeployedModel in Endpoint ([commit 4226ced](https://github.com/googleapis/google-cloud-dotnet/commit/4226ced8c84e3f401404225b46a0708cb34250f6))
- Add new `RequiredReplicaCount` field to DedicatedResources in MachineResources ([commit 4226ced](https://github.com/googleapis/google-cloud-dotnet/commit/4226ced8c84e3f401404225b46a0708cb34250f6))
- Add Vertex RAG service proto to v1 ([commit ebf9b3f](https://github.com/googleapis/google-cloud-dotnet/commit/ebf9b3fb51cfe13b68fd35c467c57125523c1ddf))
- Add a v1 UpdateEndpointLongRunning API ([commit 69c07c0](https://github.com/googleapis/google-cloud-dotnet/commit/69c07c0d7ae57a1e045affd11300246b81108e6e))
- Add CustomEnvironmentSpec to NotebookExecutionJob ([commit 39afa50](https://github.com/googleapis/google-cloud-dotnet/commit/39afa501f82de87c2b2149f2e9d6d3d6703272b3))

### Documentation improvements

- A comment for field `encryption_spec` in message `.google.cloud.aiplatform.v1.NotebookExecutionJob` is changed ([commit 5835c7c](https://github.com/googleapis/google-cloud-dotnet/commit/5835c7cc3e9ed46f05a7c9d19a69de19c4aaf334))

## Version 3.11.0, released 2024-11-18

### New features
Expand Down
2 changes: 1 addition & 1 deletion apis/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.11.0",
"version": "3.12.0",
"type": "grpc",
"productName": "Cloud AI Platform",
"productUrl": "https://cloud.google.com/ai-platform/docs/",
Expand Down
Loading