Skip to content

Commit

Permalink
Release Google.Cloud.AIPlatform.V1 version 3.13.0
Browse files Browse the repository at this point in the history
Changes in this release:

### New features

- A new value `NVIDIA_H100_MEGA_80GB` is added to enum `AcceleratorType` ([commit 1bb5a2d](1bb5a2d))
  • Loading branch information
jskeet authored and amanda-tarafa committed Dec 12, 2024
1 parent adbbf9e commit 2a8f40a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 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.12.0</Version>
<Version>3.13.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 All @@ -10,7 +10,7 @@
<ItemGroup>
<PackageReference Include="ConfigureAwaitChecker.Analyzer" PrivateAssets="All" />
<PackageReference Include="Google.Api.Gax.Grpc" />
<PackageReference Include="Google.Cloud.Iam.V1" VersionOverride="[3.3.0, 4.0.0)" />
<PackageReference Include="Google.Cloud.Iam.V1" VersionOverride="[3.4.0, 4.0.0)" />
<PackageReference Include="Google.Cloud.Location" VersionOverride="[2.3.0, 3.0.0)" />
<PackageReference Include="Google.LongRunning" VersionOverride="[3.3.0, 4.0.0)" />
<PackageReference Include="Grpc.Core" PrivateAssets="None" Condition="'$(TargetFramework)'=='net462'" />
Expand Down
6 changes: 6 additions & 0 deletions apis/Google.Cloud.AIPlatform.V1/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Version history

## Version 3.13.0, released 2024-12-12

### New features

- A new value `NVIDIA_H100_MEGA_80GB` is added to enum `AcceleratorType` ([commit 1bb5a2d](https://github.com/googleapis/google-cloud-dotnet/commit/1bb5a2d2aded81918b6f3141f00cfd4e31a5ab02))

## Version 3.12.0, released 2024-12-06

### New features
Expand Down
4 changes: 2 additions & 2 deletions 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.12.0",
"version": "3.13.0",
"type": "grpc",
"productName": "Cloud AI Platform",
"productUrl": "https://cloud.google.com/ai-platform/docs/",
Expand All @@ -407,7 +407,7 @@
"ml"
],
"dependencies": {
"Google.Cloud.Iam.V1": "3.3.0",
"Google.Cloud.Iam.V1": "3.4.0",
"Google.Cloud.Location": "2.3.0",
"Google.LongRunning": "3.3.0"
},
Expand Down

0 comments on commit 2a8f40a

Please sign in to comment.