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 ComputeTokens API #8999

Merged
merged 19 commits into from
Nov 15, 2023
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
57eae5f
feat: Add a new field `token_type` to `TokenOptions` message proto
gcf-owl-bot[bot] Nov 10, 2023
2ec3c85
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Nov 10, 2023
7acc3da
feat: add protected_artifact_location_id to CustomJob
gcf-owl-bot[bot] Nov 10, 2023
e54055a
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Nov 10, 2023
87e43ac
feat: add protected_artifact_location_id to CustomJob
gcf-owl-bot[bot] Nov 10, 2023
7714a4d
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Nov 10, 2023
9844bf5
build: Change language namespaces
gcf-owl-bot[bot] Nov 14, 2023
010422b
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Nov 14, 2023
6512ca1
feat: add ComputeTokens and CountTokens API
gcf-owl-bot[bot] Nov 14, 2023
108f55d
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Nov 14, 2023
25c6323
feat: add deployment_timeout to UploadModel ModelContainerSpec
gcf-owl-bot[bot] Nov 14, 2023
7fd2970
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Nov 14, 2023
57eb56b
feat: add deployment_timeout to UploadModel ModelContainerSpec
gcf-owl-bot[bot] Nov 14, 2023
f254d2d
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Nov 14, 2023
f600432
feat: Added REGIONAL tier support in the v1 API
gcf-owl-bot[bot] Nov 15, 2023
f89718c
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Nov 15, 2023
251c3cb
feat: add ComputeTokens API
gcf-owl-bot[bot] Nov 15, 2023
bc588f6
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Nov 15, 2023
5a4d573
Merge branch 'main' into owl-bot-copy
codyoss Nov 15, 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
213 changes: 115 additions & 98 deletions aiplatform/apiv1/aiplatformpb/custom_job.pb.go

Large diffs are not rendered by default.

218 changes: 122 additions & 96 deletions aiplatform/apiv1/aiplatformpb/feature.pb.go

Large diffs are not rendered by default.

403 changes: 403 additions & 0 deletions aiplatform/apiv1/aiplatformpb/feature_group.pb.go

Large diffs are not rendered by default.

552 changes: 552 additions & 0 deletions aiplatform/apiv1/aiplatformpb/feature_online_store.pb.go

Large diffs are not rendered by default.

2,840 changes: 2,840 additions & 0 deletions aiplatform/apiv1/aiplatformpb/feature_online_store_admin_service.pb.go

Large diffs are not rendered by default.

788 changes: 788 additions & 0 deletions aiplatform/apiv1/aiplatformpb/feature_online_store_service.pb.go

Large diffs are not rendered by default.

1,622 changes: 1,622 additions & 0 deletions aiplatform/apiv1/aiplatformpb/feature_registry_service.pb.go

Large diffs are not rendered by default.

645 changes: 645 additions & 0 deletions aiplatform/apiv1/aiplatformpb/feature_view.pb.go

Large diffs are not rendered by default.

249 changes: 249 additions & 0 deletions aiplatform/apiv1/aiplatformpb/feature_view_sync.pb.go

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

Loading