Skip to content

Commit

Permalink
Release Google.Cloud.AIPlatform.V1 version 1.2.0 (#7692)
Browse files Browse the repository at this point in the history
Changes in this release:

### New features

- Add enable_private_service_connect field to Endpoint ([commit 9ca7ec1](9ca7ec1))
- Add id field to DeployedModel ([commit 9ca7ec1](9ca7ec1))
- Add service_attachment field to PrivateEndpoints ([commit 9ca7ec1](9ca7ec1))
- Add endpoint_id to CreateEndpointRequest and method signature to CreateEndpoint ([commit 9ca7ec1](9ca7ec1))
- Add method signature to CreateFeatureStore, CreateEntityType, CreateFeature ([commit 9ca7ec1](9ca7ec1))
- Add network and enable_private_service_connect to IndexEndpoint ([commit 9ca7ec1](9ca7ec1))
- Add service_attachment to IndexPrivateEndpoints ([commit 9ca7ec1](9ca7ec1))
- Add stratified_split field to training_pipeline InputDataConfig ([commit 9ca7ec1](9ca7ec1))
  • Loading branch information
jskeet authored Jan 17, 2022
1 parent 2fa7751 commit 05a5489
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 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.1.0</Version>
<Version>1.2.0</Version>
<TargetFrameworks>netstandard2.0;net461</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 All @@ -10,9 +10,9 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
<PackageReference Include="Google.Api.Gax.Grpc.GrpcCore" Version="[3.5.0, 4.0.0)" />
<PackageReference Include="Google.Api.Gax.Grpc.GrpcCore" Version="[3.6.0, 4.0.0)" />
<PackageReference Include="Google.LongRunning" Version="[2.3.0, 3.0.0)" />
<PackageReference Include="Grpc.Core" Version="[2.38.1, 3.0.0)" PrivateAssets="None" />
<PackageReference Include="Grpc.Core" Version="[2.41.0, 3.0.0)" PrivateAssets="None" />
<PackageReference Include="Microsoft.DotNet.Analyzers.Compatibility" Version="0.2.12-alpha" PrivateAssets="All" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="All" />
<Analyzer Condition="Exists('..\..\..\tools\Google.Cloud.Tools.Analyzers\bin\$(Configuration)\netstandard1.3\publish\Google.Cloud.Tools.Analyzers.dll')" Include="..\..\..\tools\Google.Cloud.Tools.Analyzers\bin\$(Configuration)\netstandard1.3\publish\Google.Cloud.Tools.Analyzers.dll" />
Expand Down
13 changes: 13 additions & 0 deletions apis/Google.Cloud.AIPlatform.V1/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Version history

## Version 1.2.0, released 2022-01-17

### New features

- Add enable_private_service_connect field to Endpoint ([commit 9ca7ec1](https://github.com/googleapis/google-cloud-dotnet/commit/9ca7ec1e363e1c737c3bfc8d6cc94a62581f4873))
- Add id field to DeployedModel ([commit 9ca7ec1](https://github.com/googleapis/google-cloud-dotnet/commit/9ca7ec1e363e1c737c3bfc8d6cc94a62581f4873))
- Add service_attachment field to PrivateEndpoints ([commit 9ca7ec1](https://github.com/googleapis/google-cloud-dotnet/commit/9ca7ec1e363e1c737c3bfc8d6cc94a62581f4873))
- Add endpoint_id to CreateEndpointRequest and method signature to CreateEndpoint ([commit 9ca7ec1](https://github.com/googleapis/google-cloud-dotnet/commit/9ca7ec1e363e1c737c3bfc8d6cc94a62581f4873))
- Add method signature to CreateFeatureStore, CreateEntityType, CreateFeature ([commit 9ca7ec1](https://github.com/googleapis/google-cloud-dotnet/commit/9ca7ec1e363e1c737c3bfc8d6cc94a62581f4873))
- Add network and enable_private_service_connect to IndexEndpoint ([commit 9ca7ec1](https://github.com/googleapis/google-cloud-dotnet/commit/9ca7ec1e363e1c737c3bfc8d6cc94a62581f4873))
- Add service_attachment to IndexPrivateEndpoints ([commit 9ca7ec1](https://github.com/googleapis/google-cloud-dotnet/commit/9ca7ec1e363e1c737c3bfc8d6cc94a62581f4873))
- Add stratified_split field to training_pipeline InputDataConfig ([commit 9ca7ec1](https://github.com/googleapis/google-cloud-dotnet/commit/9ca7ec1e363e1c737c3bfc8d6cc94a62581f4873))

## Version 1.1.0, released 2021-11-18

- [Commit 0d5a6b7](https://github.com/googleapis/google-cloud-dotnet/commit/0d5a6b7):
Expand Down
6 changes: 3 additions & 3 deletions apis/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
},
{
"id": "Google.Cloud.AIPlatform.V1",
"version": "1.1.0",
"version": "1.2.0",
"type": "grpc",
"productName": "Cloud AI Platform",
"productUrl": "https://cloud.google.com/ai-platform/docs/",
Expand All @@ -110,9 +110,9 @@
"ml"
],
"dependencies": {
"Google.Api.Gax.Grpc.GrpcCore": "3.5.0",
"Google.Api.Gax.Grpc.GrpcCore": "3.6.0",
"Google.LongRunning": "2.3.0",
"Grpc.Core": "2.38.1"
"Grpc.Core": "2.41.0"
},
"generator": "micro",
"protoPath": "google/cloud/aiplatform/v1",
Expand Down

0 comments on commit 05a5489

Please sign in to comment.