Skip to content

Commit dbdb582

Browse files
authored
Release Google.Cloud.AIPlatform.V1Beta1 version 1.0.0-beta10 (#13828)
Changes in this release: ### New features - Add a `nfs_mounts` to RaySpec in PersistentResource API ([commit 33bbebd](https://togithub.com/googleapis/google-cloud-dotnet/commit/33bbebd77f62bf877e16d6c09747f1f6d3051bd4)) - Add BYOSA field to tuning_job ([commit ce4d5a1](https://togithub.com/googleapis/google-cloud-dotnet/commit/ce4d5a18873dc350b95d283a69f2debbc337d140)) - Add BatchCreateFeatures rpc to feature_registry_service.proto ([commit d17404c](https://togithub.com/googleapis/google-cloud-dotnet/commit/d17404c51f29526d3c3af4c43caad3ab948232e7)) - Add OptimizedConfig for feature_view ([commit d17404c](https://togithub.com/googleapis/google-cloud-dotnet/commit/d17404c51f29526d3c3af4c43caad3ab948232e7)) - Add Feature Monitoring API to Feature Store ([commit e986f24](https://togithub.com/googleapis/google-cloud-dotnet/commit/e986f247bdfbb86b91747dc6cc60708c229e5517)) - Add StopNotebookRuntime method ([commit efa9ded](https://togithub.com/googleapis/google-cloud-dotnet/commit/efa9ded7476d9c5732449fe22d6e6ec6820921ea)) ### Documentation improvements - Update feature creation message commentary ([commit e986f24](https://togithub.com/googleapis/google-cloud-dotnet/commit/e986f247bdfbb86b91747dc6cc60708c229e5517))
1 parent 1608f01 commit dbdb582

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

apis/Google.Cloud.AIPlatform.V1Beta1/Google.Cloud.AIPlatform.V1Beta1/Google.Cloud.AIPlatform.V1Beta1.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
4-
<Version>1.0.0-beta09</Version>
4+
<Version>1.0.0-beta10</Version>
55
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<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>

apis/Google.Cloud.AIPlatform.V1Beta1/docs/history.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Version history
22

3+
## Version 1.0.0-beta10, released 2024-11-18
4+
5+
### New features
6+
7+
- Add a `nfs_mounts` to RaySpec in PersistentResource API ([commit 33bbebd](https://github.com/googleapis/google-cloud-dotnet/commit/33bbebd77f62bf877e16d6c09747f1f6d3051bd4))
8+
- Add BYOSA field to tuning_job ([commit ce4d5a1](https://github.com/googleapis/google-cloud-dotnet/commit/ce4d5a18873dc350b95d283a69f2debbc337d140))
9+
- Add BatchCreateFeatures rpc to feature_registry_service.proto ([commit d17404c](https://github.com/googleapis/google-cloud-dotnet/commit/d17404c51f29526d3c3af4c43caad3ab948232e7))
10+
- Add OptimizedConfig for feature_view ([commit d17404c](https://github.com/googleapis/google-cloud-dotnet/commit/d17404c51f29526d3c3af4c43caad3ab948232e7))
11+
- Add Feature Monitoring API to Feature Store ([commit e986f24](https://github.com/googleapis/google-cloud-dotnet/commit/e986f247bdfbb86b91747dc6cc60708c229e5517))
12+
- Add StopNotebookRuntime method ([commit efa9ded](https://github.com/googleapis/google-cloud-dotnet/commit/efa9ded7476d9c5732449fe22d6e6ec6820921ea))
13+
14+
### Documentation improvements
15+
16+
- Update feature creation message commentary ([commit e986f24](https://github.com/googleapis/google-cloud-dotnet/commit/e986f247bdfbb86b91747dc6cc60708c229e5517))
17+
318
## Version 1.0.0-beta09, released 2024-10-30
419

520
### New features

apis/apis.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@
370370
},
371371
{
372372
"id": "Google.Cloud.AIPlatform.V1Beta1",
373-
"version": "1.0.0-beta09",
373+
"version": "1.0.0-beta10",
374374
"type": "grpc",
375375
"productName": "Cloud AI Platform",
376376
"productUrl": "https://cloud.google.com/ai-platform/docs/",

0 commit comments

Comments
 (0)