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.V1Beta1 version 1.0.0-beta19 #14372

Merged
merged 1 commit into from
Mar 3, 2025

Conversation

jskeet
Copy link
Collaborator

@jskeet jskeet commented Mar 3, 2025

Changes in this release:

Bug fixes

  • BREAKING CHANGE An existing google.api.http annotation http_uri is changed for method DeployPublisherModel in service ModelGardenService (commit 3da797d)

New features

  • A new field include_equivalent_model_garden_model_deployment_configs is added to message .google.cloud.aiplatform.v1beta1.GetPublisherModelRequest (commit 3da797d)
  • Add VertexAISearch.engine option (commit 05449f3)
  • Add EnterpriseWebSearch tool option (commit 50d3edf)

Documentation improvements

  • A comment for field model in message .google.cloud.aiplatform.v1beta1.DeployPublisherModelRequest is changed (commit 3da797d)

Changes in this release:

### Bug fixes

- **BREAKING CHANGE** An existing google.api.http annotation `http_uri` is changed for method `DeployPublisherModel` in service `ModelGardenService` ([commit 3da797d](3da797d))

### New features

- A new field `include_equivalent_model_garden_model_deployment_configs` is added to message `.google.cloud.aiplatform.v1beta1.GetPublisherModelRequest` ([commit 3da797d](3da797d))
- Add VertexAISearch.engine option ([commit 05449f3](05449f3))
- Add EnterpriseWebSearch tool option ([commit 50d3edf](50d3edf))

### Documentation improvements

- A comment for field `model` in message `.google.cloud.aiplatform.v1beta1.DeployPublisherModelRequest` is changed ([commit 3da797d](3da797d))
@jskeet jskeet requested a review from a team as a code owner March 3, 2025 14:08
@jskeet jskeet added autorelease: pending automerge: exact Summon MOG for automerging, but approvals need to be against the latest commit labels Mar 3, 2025
Copy link

github-actions bot commented Mar 3, 2025

Pull request diff results
Finding changes in Google.Cloud.AIPlatform.V1Beta1...
Comparing old and new versions (by source)
Diff level: Identical

Comparing with previous NuGet package
Checking compatibility for Google.Cloud.AIPlatform.V1Beta1 version 1.0.0-beta19
Differences from 1.0.0-beta18
Minor changes:
Class 'DeployPublisherModelOperationMetadata'; property 'LocationName DestinationAsLocationName { get; set; }' has become 'Obsolete'.
Class 'DeployPublisherModelOperationMetadata'; property 'PublisherModelName PublisherModelAsPublisherModelName { get; set; }' has become 'Obsolete'.
Class 'DeployPublisherModelOperationMetadata' has become 'Obsolete'.
Class 'DeployPublisherModelRequest'; property 'LocationName DestinationAsLocationName { get; set; }' has become 'Obsolete'.
Class 'DeployPublisherModelRequest' has become 'Obsolete'.
Class 'DeployPublisherModelResponse'; property 'EndpointName EndpointAsEndpointName { get; set; }' has become 'Obsolete'.
Class 'DeployPublisherModelResponse'; property 'ModelName ModelAsModelName { get; set; }' has become 'Obsolete'.
Class 'DeployPublisherModelResponse'; property 'PublisherModelName PublisherModelAsPublisherModelName { get; set; }' has become 'Obsolete'.
Class 'DeployPublisherModelResponse' has become 'Obsolete'.
Class 'EnterpriseWebSearch' added.
Class 'GetPublisherModelRequest'; property 'Boolean IncludeEquivalentModelGardenModelDeploymentConfigs { get; set; }' added.
Class 'GetPublisherModelRequest'; constant 'System.Int32 Google.Cloud.AIPlatform.V1Beta1.GetPublisherModelRequest::IncludeEquivalentModelGardenModelDeploymentConfigsFieldNumber' added.
Class 'ModelGardenService.ModelGardenServiceBase'; method 'Task DeployPublisherModel(DeployPublisherModelRequest request, ServerCallContext context)' has become 'Obsolete'.
Class 'ModelGardenService.ModelGardenServiceClient'; method 'Operation DeployPublisherModel(DeployPublisherModelRequest request, CallOptions options)' has become 'Obsolete'.
Class 'ModelGardenService.ModelGardenServiceClient'; method 'Operation DeployPublisherModel(DeployPublisherModelRequest request, Metadata headers = null, Nullable deadline = null, CancellationToken cancellationToken = null)' has become 'Obsolete'.
Class 'ModelGardenService.ModelGardenServiceClient'; method 'AsyncUnaryCall DeployPublisherModelAsync(DeployPublisherModelRequest request, CallOptions options)' has become 'Obsolete'.
Class 'ModelGardenService.ModelGardenServiceClient'; method 'AsyncUnaryCall DeployPublisherModelAsync(DeployPublisherModelRequest request, Metadata headers = null, Nullable deadline = null, CancellationToken cancellationToken = null)' has become 'Obsolete'.
Class 'ModelGardenServiceClient'; method 'Operation<DeployPublisherModelResponse, DeployPublisherModelOperationMetadata> DeployPublisherModel(DeployPublisherModelRequest request, CallSettings callSettings = null)' has become 'Obsolete'.
Class 'ModelGardenServiceClient'; method 'Operation<DeployPublisherModelResponse, DeployPublisherModelOperationMetadata> PollOnceDeployPublisherModel(String operationName, CallSettings callSettings = null)' has become 'Obsolete'.
Class 'ModelGardenServiceClient'; method 'Task<Operation<DeployPublisherModelResponse, DeployPublisherModelOperationMetadata>> DeployPublisherModelAsync(DeployPublisherModelRequest request, CallSettings callSettings = null)' has become 'Obsolete'.
Class 'ModelGardenServiceClient'; method 'Task<Operation<DeployPublisherModelResponse, DeployPublisherModelOperationMetadata>> DeployPublisherModelAsync(DeployPublisherModelRequest request, CancellationToken cancellationToken)' has become 'Obsolete'.
Class 'ModelGardenServiceClient'; method 'Task<Operation<DeployPublisherModelResponse, DeployPublisherModelOperationMetadata>> PollOnceDeployPublisherModelAsync(String operationName, CallSettings callSettings = null)' has become 'Obsolete'.
Class 'ModelGardenServiceClientImpl'; method 'Operation<DeployPublisherModelResponse, DeployPublisherModelOperationMetadata> DeployPublisherModel(DeployPublisherModelRequest request, CallSettings callSettings = null)' has become 'Obsolete'.
Class 'ModelGardenServiceClientImpl'; method 'Task<Operation<DeployPublisherModelResponse, DeployPublisherModelOperationMetadata>> DeployPublisherModelAsync(DeployPublisherModelRequest request, CallSettings callSettings = null)' has become 'Obsolete'.
Class 'Tool'; property 'EnterpriseWebSearch EnterpriseWebSearch { get; set; }' added.
Class 'Tool'; constant 'System.Int32 Google.Cloud.AIPlatform.V1Beta1.Tool::EnterpriseWebSearchFieldNumber' added.
Class 'VertexAISearch'; property 'String Engine { get; set; }' added.
Class 'VertexAISearch'; constant 'System.Int32 Google.Cloud.AIPlatform.V1Beta1.VertexAISearch::EngineFieldNumber' added.

Diff level: Minor

Finished comparisons for Google.Cloud.AIPlatform.V1Beta1

@gcf-merge-on-green gcf-merge-on-green bot merged commit ed42866 into main Mar 3, 2025
11 of 12 checks passed
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge: exact Summon MOG for automerging, but approvals need to be against the latest commit label Mar 3, 2025
@gcf-merge-on-green gcf-merge-on-green bot deleted the release-pr-20250303T140815Z branch March 3, 2025 18:22
@yoshi-automation
Copy link
Contributor

  • Created release for Google.Cloud.AIPlatform.V1Beta1-1.0.0-beta19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants