Skip to content
This repository was archived by the owner on Sep 9, 2023. It is now read-only.

Conversation

yoshi-automation
Copy link
Contributor

@yoshi-automation yoshi-automation commented Feb 18, 2021

This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/db5dd1e2-2aac-4465-a208-dc08335897a7/targets

  • To automatically regenerate this PR, check this box.

PiperOrigin-RevId: 357800868
Source-Link: googleapis/googleapis@e8bc447
PiperOrigin-RevId: 357223795
Source-Link: googleapis/googleapis@f9cd594
PiperOrigin-RevId: 356341083
Source-Link: googleapis/googleapis@8d8c008
PiperOrigin-RevId: 354148500
Source-Link: googleapis/googleapis@d99d5d5
PiperOrigin-RevId: 350949863
Source-Link: googleapis/googleapis@91e206b

feat: add encryption_spec to aiplatform v1beta1
feat!: removes unused protos from schema/ folders: schema/io_format.proto, schema/saved_query_metadata.proto
feat!: ImageSegmentationPredictionResult.category_mask field changed to string data type
feat: AutoMlImageSegmentationInputs.ModelType adds MOBILE_TF_LOW_LATENCY constant
feat: AutoMlVideoClassificationInputs.ModelType adds MOBILE_JETSON_VERSATILE_1 constant
chore: update gapic-generator-java to 0.0.18
chore: updates prediction and training proto files to v1beta1 AI Platform client libraries.
chore: update gapic-generator-java to 0.0.20
docs: generate sample code in the Java microgenerator

 autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters.
Committer: @miraleung PiperOrigin-RevId: 350949863 Source-Author: Google APIs <noreply@google.com> Source-Date: Sat Jan 9 14:01:49 2021 -0800 Source-Repo: googleapis/googleapis Source-Sha: 91e206bcfeaf8948ea03fe3cb1b7616108496cd3 Source-Link: googleapis/googleapis@91e206b
PiperOrigin-RevId: 354148500 Source-Author: Google APIs <noreply@google.com> Source-Date: Wed Jan 27 12:35:58 2021 -0800 Source-Repo: googleapis/googleapis Source-Sha: d99d5d592f3d1d5526511c90120b1e9ab3ce6e17 Source-Link: googleapis/googleapis@d99d5d5
Committer: @miraleung PiperOrigin-RevId: 356341083 Source-Author: Google APIs <noreply@google.com> Source-Date: Mon Feb 8 13:33:28 2021 -0800 Source-Repo: googleapis/googleapis Source-Sha: 8d8c008e56f1af31d57f75561e0f1848ffb29eeb Source-Link: googleapis/googleapis@8d8c008
…form client libraries. feat!: removes unused protos from schema/ folders: schema/io_format.proto, schema/saved_query_metadata.proto feat!: ImageSegmentationPredictionResult.category_mask field changed to string data type feat: AutoMlImageSegmentationInputs.ModelType adds MOBILE_TF_LOW_LATENCY constant feat: AutoMlVideoClassificationInputs.ModelType adds MOBILE_JETSON_VERSATILE_1 constant Committer: @telpirion PiperOrigin-RevId: 357223795 Source-Author: Google APIs <noreply@google.com> Source-Date: Fri Feb 12 10:50:54 2021 -0800 Source-Repo: googleapis/googleapis Source-Sha: f9cd594c912a2ff456cc2b33f54dcc238133bb0c Source-Link: googleapis/googleapis@f9cd594
Committer: @miraleung PiperOrigin-RevId: 357800868 Source-Author: Google APIs <noreply@google.com> Source-Date: Tue Feb 16 14:06:04 2021 -0800 Source-Repo: googleapis/googleapis Source-Sha: e8bc4471a88ac5f60defe3ed436f517174e59ba0 Source-Link: googleapis/googleapis@e8bc447
@yoshi-automation yoshi-automation requested review from a team as code owners February 18, 2021 23:54
@product-auto-label product-auto-label bot added the api: aiplatform Issues related to the AI Platform API. label Feb 18, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Feb 18, 2021
@codecov
Copy link

codecov bot commented Feb 22, 2021

Codecov Report

Merging #167 (80049aa) into master (871e976) will increase coverage by 1.18%.
The diff coverage is n/a.

Impacted file tree graph

@@ Coverage Diff @@ ## master #167 +/- ## ============================================ + Coverage 77.05% 78.23% +1.18%  Complexity 707 707 ============================================ Files 49 49 Lines 5133 5133 Branches 69 69 ============================================ + Hits 3955 4016 +61  + Misses 1042 1028 -14  + Partials 136 89 -47 
Impacted Files Coverage Δ Complexity Δ
...cloud/aiplatform/v1beta1/DatasetServiceClient.java 77.77% <ø> (+4.09%) 55.00 <0.00> (ø)
...loud/aiplatform/v1beta1/EndpointServiceClient.java 73.72% <ø> (+3.38%) 40.00 <0.00> (ø)
...gle/cloud/aiplatform/v1beta1/JobServiceClient.java 83.59% <ø> (+5.36%) 119.00 <0.00> (ø)
...oud/aiplatform/v1beta1/MigrationServiceClient.java 67.64% <ø> (+2.94%) 15.00 <0.00> (ø)
...e/cloud/aiplatform/v1beta1/ModelServiceClient.java 77.64% <ø> (+3.52%) 58.00 <0.00> (ø)
...loud/aiplatform/v1beta1/PipelineServiceClient.java 75.24% <ø> (+4.95%) 33.00 <0.00> (ø)
...ud/aiplatform/v1beta1/PredictionServiceClient.java 69.64% <ø> (+3.57%) 15.00 <0.00> (ø)
...iplatform/v1beta1/SpecialistPoolServiceClient.java 73.19% <ø> (+4.12%) 30.00 <0.00> (ø)
...iplatform/v1beta1/stub/GrpcDatasetServiceStub.java 93.84% <ø> (ø) 18.00 <0.00> (ø)
...platform/v1beta1/stub/GrpcEndpointServiceStub.java 92.59% <ø> (ø) 15.00 <0.00> (ø)
... and 21 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 871e976...ec4a286. Read the comment docs.

@Neenu1995 Neenu1995 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 22, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 22, 2021
@Neenu1995 Neenu1995 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 22, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 22, 2021
@Neenu1995 Neenu1995 changed the title [CHANGE ME] Re-generated to pick up changes from googleapis. feat: add encryption_spec to aiplatform v1beta1 Feb 23, 2021
@telpirion telpirion merged commit f1523a2 into master Feb 24, 2021
@telpirion telpirion deleted the autosynth-googleapis branch February 24, 2021 22:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api: aiplatform Issues related to the AI Platform API. cla: yes This human has signed the Contributor License Agreement. context: partial
4 participants