Skip to content

Commit

Permalink
Merge branch 'main' into renovate/deps
Browse files Browse the repository at this point in the history
  • Loading branch information
noahdietz authored Apr 1, 2024
2 parents a21124d + 543a58d commit 02fb3c5
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 02fb3c5

Please sign in to comment.