[go: nahoru, domu]

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 2.28.0 #12729

Merged
merged 1 commit into from
May 8, 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>2.27.0</Version>
<Version>2.28.0</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the AI Platform API, which allows you to train high-quality custom machine learning models with minimal machine learning expertise and effort.</Description>
Expand Down
23 changes: 23 additions & 0 deletions apis/Google.Cloud.AIPlatform.V1/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Version history

## Version 2.28.0, released 2024-05-08

### New features

- A new value `TPU_V5_LITEPOD` is added to enum `AcceleratorType` ([commit 988b653](https://github.com/googleapis/google-cloud-dotnet/commit/988b65358899ac8a04d9104642c363ec3ae57f95))
- A new field `search_entry_point` is added to message `.google.cloud.aiplatform.v1.GroundingMetadata` ([commit 988b653](https://github.com/googleapis/google-cloud-dotnet/commit/988b65358899ac8a04d9104642c363ec3ae57f95))
- A new message `SearchEntryPoint` is added ([commit 988b653](https://github.com/googleapis/google-cloud-dotnet/commit/988b65358899ac8a04d9104642c363ec3ae57f95))
- A new field `private_service_connect_config` is added to message `.google.cloud.aiplatform.v1.Endpoint` ([commit 988b653](https://github.com/googleapis/google-cloud-dotnet/commit/988b65358899ac8a04d9104642c363ec3ae57f95))
- A new value `INVALID_TOKEN_VALUE` is added to enum `RecordErrorType` ([commit 988b653](https://github.com/googleapis/google-cloud-dotnet/commit/988b65358899ac8a04d9104642c363ec3ae57f95))
- A new field `deploy_task_name` is added to message `.google.cloud.aiplatform.v1.PublisherModel` ([commit 988b653](https://github.com/googleapis/google-cloud-dotnet/commit/988b65358899ac8a04d9104642c363ec3ae57f95))
- Add IServiceCollection extension methods for client registration where an IServiceProvider is required. ([commit 022fab2](https://github.com/googleapis/google-cloud-dotnet/commit/022fab203f28fb9c608972af7f8b83f571ae5694))

### Documentation improvements

- A comment for field `parent` in message `.google.cloud.aiplatform.v1.CreateFeatureGroupRequest` is changed ([commit 988b653](https://github.com/googleapis/google-cloud-dotnet/commit/988b65358899ac8a04d9104642c363ec3ae57f95))
- A comment for field `name` in message `.google.cloud.aiplatform.v1.NotebookRuntimeTemplate` is changed ([commit 988b653](https://github.com/googleapis/google-cloud-dotnet/commit/988b65358899ac8a04d9104642c363ec3ae57f95))
- A comment for field `base_model` in message `.google.cloud.aiplatform.v1.TuningJob` is changed ([commit 988b653](https://github.com/googleapis/google-cloud-dotnet/commit/988b65358899ac8a04d9104642c363ec3ae57f95))
- A comment for field `tuned_model_display_name` in message `.google.cloud.aiplatform.v1.TuningJob` is changed ([commit 988b653](https://github.com/googleapis/google-cloud-dotnet/commit/988b65358899ac8a04d9104642c363ec3ae57f95))
- A comment for field `epoch_count` in message `.google.cloud.aiplatform.v1.SupervisedHyperParameters` is changed ([commit 988b653](https://github.com/googleapis/google-cloud-dotnet/commit/988b65358899ac8a04d9104642c363ec3ae57f95))
- A comment for field `learning_rate_multiplier` in message `.google.cloud.aiplatform.v1.SupervisedHyperParameters` is changed ([commit 988b653](https://github.com/googleapis/google-cloud-dotnet/commit/988b65358899ac8a04d9104642c363ec3ae57f95))
- A comment for field `training_dataset_uri` in message `.google.cloud.aiplatform.v1.SupervisedTuningSpec` is changed ([commit 988b653](https://github.com/googleapis/google-cloud-dotnet/commit/988b65358899ac8a04d9104642c363ec3ae57f95))
- A comment for field `validation_dataset_uri` in message `.google.cloud.aiplatform.v1.SupervisedTuningSpec` is changed ([commit 988b653](https://github.com/googleapis/google-cloud-dotnet/commit/988b65358899ac8a04d9104642c363ec3ae57f95))

## Version 2.27.0, released 2024-04-19

### 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 @@ -326,7 +326,7 @@
},
{
"id": "Google.Cloud.AIPlatform.V1",
"version": "2.27.0",
"version": "2.28.0",
"type": "grpc",
"productName": "Cloud AI Platform",
"productUrl": "https://cloud.google.com/ai-platform/docs/",
Expand Down