Skip to content

Commit

Permalink
feat(documentai): add model_type in v1beta3 processor proto (#9355)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 603726122

Source-Link: https://togithub.com/googleapis/googleapis/commit/c7fd8bd652ac690ca84f485014f70b52eef7cb9e

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/23bc05e699ad5701027589137be44d4a43091829
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjNiYzA1ZTY5OWFkNTcwMTAyNzU4OTEzN2JlNDRkNGE0MzA5MTgyOSJ9
BEGIN_NESTED_COMMIT
chore(apps/meet): update go_package and Go importpath
PiperOrigin-RevId: 603489497

Source-Link: https://togithub.com/googleapis/googleapis/commit/5335f41fadc7d784cdf91f0bbf595475f36b4074

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/f73599d0f6e124eb851f1c5ec065b21d59362201
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZjczNTk5ZDBmNmUxMjRlYjg1MWYxYzVlYzA2NWIyMWQ1OTM2MjIwMSJ9
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat(aiplatform): Add generateContent Unary API for aiplatform_v1
docs: Update comment for DirectPredict and DirectRawPredict

PiperOrigin-RevId: 603498510

Source-Link: https://togithub.com/googleapis/googleapis/commit/49815f4d9ce5603b56207018e44255599ae68bd9

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/893e2e072e7aa54f3fb0425a3c2da9a2668c701b
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiODkzZTJlMDcyZTdhYTU0ZjNmYjA0MjVhM2MyZGE5YTI2NjhjNzAxYiJ9
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat(aiplatform): Add generateContent Unary API for aiplatform_v1beta1
docs: Update comment for DirectPredict and DirectRawPredict

PiperOrigin-RevId: 603497761

Source-Link: https://togithub.com/googleapis/googleapis/commit/4f5f442a1b0eea843ebd179f2b4673ae67332ed9

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/f1d6d8b375f1dbf6d5df26bcae3bf0c8b8cfddf7
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZjFkNmQ4YjM3NWYxZGJmNmQ1ZGYyNmJjYWUzYmYwYzhiOGNmZGRmNyJ9
END_NESTED_COMMIT
  • Loading branch information
gcf-owl-bot[bot] committed Feb 2, 2024
1 parent a3d13cf commit 05e9e1f
Show file tree
Hide file tree
Showing 45 changed files with 13,962 additions and 1,149 deletions.
1,737 changes: 1,250 additions & 487 deletions aiplatform/apiv1/aiplatformpb/prediction_service.pb.go

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions aiplatform/apiv1/gapic_metadata.json
Expand Up @@ -2077,6 +2077,11 @@
"Explain"
]
},
"GenerateContent": {
"methods": [
"GenerateContent"
]
},
"GetIamPolicy": {
"methods": [
"GetIamPolicy"
Expand Down Expand Up @@ -2122,11 +2127,26 @@
"SetIamPolicy"
]
},
"StreamDirectPredict": {
"methods": [
"StreamDirectPredict"
]
},
"StreamDirectRawPredict": {
"methods": [
"StreamDirectRawPredict"
]
},
"StreamGenerateContent": {
"methods": [
"StreamGenerateContent"
]
},
"StreamRawPredict": {
"methods": [
"StreamRawPredict"
]
},
"StreamingPredict": {
"methods": [
"StreamingPredict"
Expand Down
107 changes: 104 additions & 3 deletions aiplatform/apiv1/prediction_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

105 changes: 105 additions & 0 deletions aiplatform/apiv1/prediction_client_example_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 05e9e1f

Please sign in to comment.