Skip to content

Commit

Permalink
feat(aiplatform): GenAiTuningService aiplatform v1 initial release (#…
Browse files Browse the repository at this point in the history
…9679)

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 620892708

Source-Link: https://togithub.com/googleapis/googleapis/commit/152a4c157cc64f0b8236acd176a0315df2b25b12

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/c927ef1234d3be70628ec4f497df2648fd3ef04c
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYzkyN2VmMTIzNGQzYmU3MDYyOGVjNGY0OTdkZjI2NDhmZDNlZjA0YyJ9
  • Loading branch information
gcf-owl-bot[bot] committed Apr 1, 2024
1 parent dd7c8e5 commit 543a58d
Show file tree
Hide file tree
Showing 21 changed files with 4,767 additions and 0 deletions.
824 changes: 824 additions & 0 deletions aiplatform/apiv1/aiplatformpb/genai_tuning_service.pb.go

Large diffs are not rendered by default.

1,333 changes: 1,333 additions & 0 deletions aiplatform/apiv1/aiplatformpb/tuning_job.pb.go

Large diffs are not rendered by default.

47 changes: 47 additions & 0 deletions aiplatform/apiv1/auxiliary.go

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

79 changes: 79 additions & 0 deletions aiplatform/apiv1/gapic_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -877,6 +877,85 @@
}
}
},
"GenAiTuningService": {
"clients": {
"grpc": {
"libraryClient": "GenAiTuningClient",
"rpcs": {
"CancelOperation": {
"methods": [
"CancelOperation"
]
},
"CancelTuningJob": {
"methods": [
"CancelTuningJob"
]
},
"CreateTuningJob": {
"methods": [
"CreateTuningJob"
]
},
"DeleteOperation": {
"methods": [
"DeleteOperation"
]
},
"GetIamPolicy": {
"methods": [
"GetIamPolicy"
]
},
"GetLocation": {
"methods": [
"GetLocation"
]
},
"GetOperation": {
"methods": [
"GetOperation"
]
},
"GetTuningJob": {
"methods": [
"GetTuningJob"
]
},
"ListLocations": {
"methods": [
"ListLocations"
]
},
"ListOperations": {
"methods": [
"ListOperations"
]
},
"ListTuningJobs": {
"methods": [
"ListTuningJobs"
]
},
"SetIamPolicy": {
"methods": [
"SetIamPolicy"
]
},
"TestIamPermissions": {
"methods": [
"TestIamPermissions"
]
},
"WaitOperation": {
"methods": [
"WaitOperation"
]
}
}
}
}
},
"IndexEndpointService": {
"clients": {
"grpc": {
Expand Down
Loading

0 comments on commit 543a58d

Please sign in to comment.