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

feat: [Google.Cloud.AIPlatform.V1Beta1] add Model Garden deploy API #14031

Merged

Conversation

gcf-owl-bot[bot]
Copy link
Contributor

@gcf-owl-bot gcf-owl-bot bot commented Dec 21, 2024

  • Regenerate this pull request now.

docs: A comment for field labels in message .google.cloud.aiplatform.v1beta1.PublisherModel is changed

PiperOrigin-RevId: 708446642

Source-Link: googleapis/googleapis@960afb3

Source-Link: https://github.com/googleapis/googleapis-gen/commit/736b3d6b65dbb692245cb86218817f1351907cb4
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuQUlQbGF0Zm9ybS5WMUJldGExLy5Pd2xCb3QueWFtbCIsImgiOiI3MzZiM2Q2YjY1ZGJiNjkyMjQ1Y2I4NjIxODgxN2YxMzUxOTA3Y2I0In0=

@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Dec 21, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Dec 21, 2024
Copy link

Pull request diff results
OwlBot post-processor has not run: failing diff.

docs: A comment for field `labels` in message `.google.cloud.aiplatform.v1beta1.PublisherModel` is changed

PiperOrigin-RevId: 708446642

Source-Link: googleapis/googleapis@960afb3

Source-Link: googleapis/googleapis-gen@736b3d6
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuQUlQbGF0Zm9ybS5WMUJldGExLy5Pd2xCb3QueWFtbCIsImgiOiI3MzZiM2Q2YjY1ZGJiNjkyMjQ1Y2I4NjIxODgxN2YxMzUxOTA3Y2I0In0=
@gcf-owl-bot gcf-owl-bot bot marked this pull request as ready for review December 21, 2024 02:10
@gcf-owl-bot gcf-owl-bot bot requested a review from a team as a code owner December 21, 2024 02:10
@gcf-owl-bot gcf-owl-bot bot force-pushed the owl-bot-copy-apis-Google_Cloud_AIPlatform_V1Beta1 branch from 5d56df3 to 7aa9d5b Compare December 21, 2024 02:10
Copy link

snippet-bot bot commented Dec 21, 2024

Here is the summary of changes.

You are about to add 2 region tags.

This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run label or use the checkbox below:

  • Refresh this comment

@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Dec 21, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Dec 21, 2024
Copy link

Pull request diff results
Finding changes in Google.Cloud.AIPlatform.V1Beta1...
Comparing old and new versions (by source)
Minor changes:
Class 'DeployPublisherModelOperationMetadata' added.
Class 'DeployPublisherModelRequest' added.
Class 'DeployPublisherModelResponse' added.
Class 'ModelGardenService.ModelGardenServiceBase'; method 'Task DeployPublisherModel(DeployPublisherModelRequest request, ServerCallContext context)' added.
Class 'ModelGardenService.ModelGardenServiceClient'; method 'Operation DeployPublisherModel(DeployPublisherModelRequest request, CallOptions options)' added.
Class 'ModelGardenService.ModelGardenServiceClient'; method 'Operation DeployPublisherModel(DeployPublisherModelRequest request, Metadata headers = null, Nullable deadline = null, CancellationToken cancellationToken = null)' added.
Class 'ModelGardenService.ModelGardenServiceClient'; method 'Operations.OperationsClient CreateOperationsClient()' added.
Class 'ModelGardenService.ModelGardenServiceClient'; method 'AsyncUnaryCall DeployPublisherModelAsync(DeployPublisherModelRequest request, CallOptions options)' added.
Class 'ModelGardenService.ModelGardenServiceClient'; method 'AsyncUnaryCall DeployPublisherModelAsync(DeployPublisherModelRequest request, Metadata headers = null, Nullable deadline = null, CancellationToken cancellationToken = null)' added.
Class 'ModelGardenServiceClient'; method 'Operation<DeployPublisherModelResponse, DeployPublisherModelOperationMetadata> DeployPublisherModel(DeployPublisherModelRequest request, CallSettings callSettings = null)' added.
Class 'ModelGardenServiceClient'; method 'Operation<DeployPublisherModelResponse, DeployPublisherModelOperationMetadata> PollOnceDeployPublisherModel(String operationName, CallSettings callSettings = null)' added.
Class 'ModelGardenServiceClient'; method 'Task<Operation<DeployPublisherModelResponse, DeployPublisherModelOperationMetadata>> DeployPublisherModelAsync(DeployPublisherModelRequest request, CallSettings callSettings = null)' added.
Class 'ModelGardenServiceClient'; method 'Task<Operation<DeployPublisherModelResponse, DeployPublisherModelOperationMetadata>> DeployPublisherModelAsync(DeployPublisherModelRequest request, CancellationToken cancellationToken)' added.
Class 'ModelGardenServiceClient'; method 'Task<Operation<DeployPublisherModelResponse, DeployPublisherModelOperationMetadata>> PollOnceDeployPublisherModelAsync(String operationName, CallSettings callSettings = null)' added.
Class 'ModelGardenServiceClient'; property 'OperationsClient DeployPublisherModelOperationsClient { get; }' added.
Class 'ModelGardenServiceClientImpl'; method 'Operation<DeployPublisherModelResponse, DeployPublisherModelOperationMetadata> DeployPublisherModel(DeployPublisherModelRequest request, CallSettings callSettings = null)' added.
Class 'ModelGardenServiceClientImpl'; method 'Task<Operation<DeployPublisherModelResponse, DeployPublisherModelOperationMetadata>> DeployPublisherModelAsync(DeployPublisherModelRequest request, CallSettings callSettings = null)' added.
Class 'ModelGardenServiceClientImpl'; property 'OperationsClient DeployPublisherModelOperationsClient { get; }' added.
Class 'ModelGardenServiceSettings'; property 'CallSettings DeployPublisherModelSettings { get; set; }' added.
Class 'ModelGardenServiceSettings'; property 'OperationsSettings DeployPublisherModelOperationsSettings { get; set; }' added.
Class 'PublisherModel.Types.CallToAction'; property 'PublisherModel.Types.CallToAction.Types.DeployVertex MultiDeployVertex { get; set; }' added.
Class 'PublisherModel.Types.CallToAction'; constant 'System.Int32 Google.Cloud.AIPlatform.V1Beta1.PublisherModel/Types/CallToAction::MultiDeployVertexFieldNumber' added.
Class 'PublisherModel.Types.CallToAction.Types.DeployVertex' added.

Diff level: Minor

Comparing with previous NuGet package
Checking compatibility for Google.Cloud.AIPlatform.V1Beta1 version 1.0.0-beta12
Differences from 1.0.0-beta12
Minor changes:
Class 'DeployPublisherModelOperationMetadata' added.
Class 'DeployPublisherModelRequest' added.
Class 'DeployPublisherModelResponse' added.
Class 'ModelGardenService.ModelGardenServiceBase'; method 'Task DeployPublisherModel(DeployPublisherModelRequest request, ServerCallContext context)' added.
Class 'ModelGardenService.ModelGardenServiceClient'; method 'Operation DeployPublisherModel(DeployPublisherModelRequest request, CallOptions options)' added.
Class 'ModelGardenService.ModelGardenServiceClient'; method 'Operation DeployPublisherModel(DeployPublisherModelRequest request, Metadata headers = null, Nullable deadline = null, CancellationToken cancellationToken = null)' added.
Class 'ModelGardenService.ModelGardenServiceClient'; method 'Operations.OperationsClient CreateOperationsClient()' added.
Class 'ModelGardenService.ModelGardenServiceClient'; method 'AsyncUnaryCall DeployPublisherModelAsync(DeployPublisherModelRequest request, CallOptions options)' added.
Class 'ModelGardenService.ModelGardenServiceClient'; method 'AsyncUnaryCall DeployPublisherModelAsync(DeployPublisherModelRequest request, Metadata headers = null, Nullable deadline = null, CancellationToken cancellationToken = null)' added.
Class 'ModelGardenServiceClient'; method 'Operation<DeployPublisherModelResponse, DeployPublisherModelOperationMetadata> DeployPublisherModel(DeployPublisherModelRequest request, CallSettings callSettings = null)' added.
Class 'ModelGardenServiceClient'; method 'Operation<DeployPublisherModelResponse, DeployPublisherModelOperationMetadata> PollOnceDeployPublisherModel(String operationName, CallSettings callSettings = null)' added.
Class 'ModelGardenServiceClient'; method 'Task<Operation<DeployPublisherModelResponse, DeployPublisherModelOperationMetadata>> DeployPublisherModelAsync(DeployPublisherModelRequest request, CallSettings callSettings = null)' added.
Class 'ModelGardenServiceClient'; method 'Task<Operation<DeployPublisherModelResponse, DeployPublisherModelOperationMetadata>> DeployPublisherModelAsync(DeployPublisherModelRequest request, CancellationToken cancellationToken)' added.
Class 'ModelGardenServiceClient'; method 'Task<Operation<DeployPublisherModelResponse, DeployPublisherModelOperationMetadata>> PollOnceDeployPublisherModelAsync(String operationName, CallSettings callSettings = null)' added.
Class 'ModelGardenServiceClient'; property 'OperationsClient DeployPublisherModelOperationsClient { get; }' added.
Class 'ModelGardenServiceClientImpl'; method 'Operation<DeployPublisherModelResponse, DeployPublisherModelOperationMetadata> DeployPublisherModel(DeployPublisherModelRequest request, CallSettings callSettings = null)' added.
Class 'ModelGardenServiceClientImpl'; method 'Task<Operation<DeployPublisherModelResponse, DeployPublisherModelOperationMetadata>> DeployPublisherModelAsync(DeployPublisherModelRequest request, CallSettings callSettings = null)' added.
Class 'ModelGardenServiceClientImpl'; property 'OperationsClient DeployPublisherModelOperationsClient { get; }' added.
Class 'ModelGardenServiceSettings'; property 'CallSettings DeployPublisherModelSettings { get; set; }' added.
Class 'ModelGardenServiceSettings'; property 'OperationsSettings DeployPublisherModelOperationsSettings { get; set; }' added.
Class 'Part'; property 'Boolean Thought { get; set; }' added.
Class 'Part'; constant 'System.Int32 Google.Cloud.AIPlatform.V1Beta1.Part::ThoughtFieldNumber' added.
Class 'PublisherModel.Types.CallToAction'; property 'PublisherModel.Types.CallToAction.Types.DeployVertex MultiDeployVertex { get; set; }' added.
Class 'PublisherModel.Types.CallToAction'; constant 'System.Int32 Google.Cloud.AIPlatform.V1Beta1.PublisherModel/Types/CallToAction::MultiDeployVertexFieldNumber' added.
Class 'PublisherModel.Types.CallToAction.Types.DeployVertex' added.

Diff level: Minor

Finished comparisons for Google.Cloud.AIPlatform.V1Beta1

@amanda-tarafa amanda-tarafa merged commit bc4928d into main Dec 21, 2024
12 checks passed
@amanda-tarafa amanda-tarafa deleted the owl-bot-copy-apis-Google_Cloud_AIPlatform_V1Beta1 branch December 21, 2024 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kokoro:force-run Add this label to force Kokoro to re-run the tests. owl-bot-copy
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant