Skip to content

Commit

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

### New features

- Add LLM parser proto to API ([commit 239b1c1](239b1c1))
- Add Tool.GoogleSearch ([commit ec1d79d](ec1d79d))
- Add GenerationConfig.Modality ([commit ec1d79d](ec1d79d))
- Add GenerationConfig.SpeechConfig ([commit ec1d79d](ec1d79d))
- Add GenerationConfig.MediaResolution ([commit ec1d79d](ec1d79d))
- Enable FeatureGroup Service Account and IAM methods ([commit 6ee5a6b](6ee5a6b))
- A new value `NVIDIA_H100_MEGA_80GB` is added to enum `AcceleratorType` ([commit 0ced559](0ced559))
- A new field `list_all_versions` to `ListPublisherModelsRequest` ([commit afd7734](afd7734))
  • Loading branch information
jskeet authored and amanda-tarafa committed Dec 12, 2024
1 parent 2a8f40a commit 67b6d3a
Show file tree
Hide file tree
Showing 3 changed files with 17 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>1.0.0-beta11</Version>
<Version>1.0.0-beta12</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the AI Platform API (v1beta), 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
13 changes: 13 additions & 0 deletions apis/Google.Cloud.AIPlatform.V1Beta1/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Version history

## Version 1.0.0-beta12, released 2024-12-12

### New features

- Add LLM parser proto to API ([commit 239b1c1](https://github.com/googleapis/google-cloud-dotnet/commit/239b1c14269962f5813649a2e34c77808fdaceaf))
- Add Tool.GoogleSearch ([commit ec1d79d](https://github.com/googleapis/google-cloud-dotnet/commit/ec1d79d7d0a431eae959ffb5e25b641ab6ff08e1))
- Add GenerationConfig.Modality ([commit ec1d79d](https://github.com/googleapis/google-cloud-dotnet/commit/ec1d79d7d0a431eae959ffb5e25b641ab6ff08e1))
- Add GenerationConfig.SpeechConfig ([commit ec1d79d](https://github.com/googleapis/google-cloud-dotnet/commit/ec1d79d7d0a431eae959ffb5e25b641ab6ff08e1))
- Add GenerationConfig.MediaResolution ([commit ec1d79d](https://github.com/googleapis/google-cloud-dotnet/commit/ec1d79d7d0a431eae959ffb5e25b641ab6ff08e1))
- Enable FeatureGroup Service Account and IAM methods ([commit 6ee5a6b](https://github.com/googleapis/google-cloud-dotnet/commit/6ee5a6b34a6ab2f578644575d1de804dfa7eabc0))
- A new value `NVIDIA_H100_MEGA_80GB` is added to enum `AcceleratorType` ([commit 0ced559](https://github.com/googleapis/google-cloud-dotnet/commit/0ced559c9981dfe9edee669f822ecf476480fcdb))
- A new field `list_all_versions` to `ListPublisherModelsRequest` ([commit afd7734](https://github.com/googleapis/google-cloud-dotnet/commit/afd7734b115d6cad9ca3f094e60f08cc261c4134))

## Version 1.0.0-beta11, 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 @@ -373,7 +373,7 @@
},
{
"id": "Google.Cloud.AIPlatform.V1Beta1",
"version": "1.0.0-beta11",
"version": "1.0.0-beta12",
"type": "grpc",
"productName": "Cloud AI Platform",
"productUrl": "https://cloud.google.com/ai-platform/docs/",
Expand All @@ -383,7 +383,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 67b6d3a

Please sign in to comment.