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(aiplatform): add UpdateExplanationDataset to aiplatform #8118

Merged
merged 25 commits into from
Jun 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
13f9686
feat: add bias_configs to ModelEvaluation
gcf-owl-bot[bot] Jun 16, 2023
6dcf552
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Jun 16, 2023
58effd8
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Jun 16, 2023
069705f
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Jun 16, 2023
7d813e8
feat: add StyleInfo to document.proto
gcf-owl-bot[bot] Jun 16, 2023
7bf74ad
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Jun 16, 2023
5c6aff3
feat: add StyleInfo to document.proto
gcf-owl-bot[bot] Jun 16, 2023
101f4c3
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Jun 16, 2023
23fe170
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Jun 16, 2023
9a29a6c
feat: support extractive content in search
gcf-owl-bot[bot] Jun 17, 2023
7b7775d
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Jun 17, 2023
7c71ddc
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Jun 17, 2023
18a0ac7
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Jun 17, 2023
b2e6422
feat: added resource_reference for name in GetProjectBillingInfoReque…
gcf-owl-bot[bot] Jun 17, 2023
bdb9253
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Jun 17, 2023
c69e081
feat: added include_bigquery_export_settings to ExportAgentRequest
gcf-owl-bot[bot] Jun 17, 2023
2f587e6
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Jun 17, 2023
f993510
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Jun 17, 2023
ba02509
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Jun 17, 2023
eef98aa
feat: added include_bigquery_export_settings to ExportAgentRequest
gcf-owl-bot[bot] Jun 17, 2023
128f9f4
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Jun 17, 2023
8cd4016
feat: add UpdateExplanationDataset to aiplatform
gcf-owl-bot[bot] Jun 17, 2023
e6f2e6d
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Jun 17, 2023
a557477
Merge branch 'main' into owl-bot-copy
codyoss Jun 20, 2023
f916486
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Jun 20, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,798 changes: 1,037 additions & 761 deletions aiplatform/apiv1/aiplatformpb/model_service.pb.go

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions aiplatform/apiv1/gapic_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -1434,6 +1434,11 @@
"TestIamPermissions"
]
},
"UpdateExplanationDataset": {
"methods": [
"UpdateExplanationDataset"
]
},
"UpdateModel": {
"methods": [
"UpdateModel"
Expand Down
103 changes: 103 additions & 0 deletions aiplatform/apiv1/model_client.go

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

30 changes: 30 additions & 0 deletions aiplatform/apiv1/model_client_example_test.go

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

Loading