Skip to content

Commit e385b40

Browse files
chore(all): auto-regenerate gapics (#4701)
This is an auto-generated regeneration of the gapic clients by cloud.google.com/go/internal/gapicgen. Once the corresponding genproto PR is submitted, genbot will update this PR with a newer dependency to the newer version of genproto and assign reviewers to this PR. If you have been assigned to review this PR, please: - Ensure that the version of genproto in go.mod has been updated. - Ensure that CI is passing. If it's failing, it requires your manual attention. - Approve and submit this PR if you believe it's ready to ship. Corresponding genproto PR: googleapis/go-genproto#668 Changes: feat(aiplatform): add XAI, model monitoring, and index services to aiplatform v1 Committer: @dizcology PiperOrigin-RevId: 393860361 Source-Link: googleapis/googleapis@8031cc2
1 parent 62008d6 commit e385b40

44 files changed

Lines changed: 3846 additions & 300 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

aiplatform/apiv1/dataset_client.go

Lines changed: 6 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aiplatform/apiv1/doc.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aiplatform/apiv1/endpoint_client.go

Lines changed: 4 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aiplatform/apiv1/gapic_metadata.json

Lines changed: 128 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,84 @@
108108
}
109109
}
110110
},
111+
"IndexEndpointService": {
112+
"clients": {
113+
"grpc": {
114+
"libraryClient": "IndexEndpointClient",
115+
"rpcs": {
116+
"CreateIndexEndpoint": {
117+
"methods": [
118+
"CreateIndexEndpoint"
119+
]
120+
},
121+
"DeleteIndexEndpoint": {
122+
"methods": [
123+
"DeleteIndexEndpoint"
124+
]
125+
},
126+
"DeployIndex": {
127+
"methods": [
128+
"DeployIndex"
129+
]
130+
},
131+
"GetIndexEndpoint": {
132+
"methods": [
133+
"GetIndexEndpoint"
134+
]
135+
},
136+
"ListIndexEndpoints": {
137+
"methods": [
138+
"ListIndexEndpoints"
139+
]
140+
},
141+
"UndeployIndex": {
142+
"methods": [
143+
"UndeployIndex"
144+
]
145+
},
146+
"UpdateIndexEndpoint": {
147+
"methods": [
148+
"UpdateIndexEndpoint"
149+
]
150+
}
151+
}
152+
}
153+
}
154+
},
155+
"IndexService": {
156+
"clients": {
157+
"grpc": {
158+
"libraryClient": "IndexClient",
159+
"rpcs": {
160+
"CreateIndex": {
161+
"methods": [
162+
"CreateIndex"
163+
]
164+
},
165+
"DeleteIndex": {
166+
"methods": [
167+
"DeleteIndex"
168+
]
169+
},
170+
"GetIndex": {
171+
"methods": [
172+
"GetIndex"
173+
]
174+
},
175+
"ListIndexes": {
176+
"methods": [
177+
"ListIndexes"
178+
]
179+
},
180+
"UpdateIndex": {
181+
"methods": [
182+
"UpdateIndex"
183+
]
184+
}
185+
}
186+
}
187+
}
188+
},
111189
"JobService": {
112190
"clients": {
113191
"grpc": {
@@ -153,6 +231,11 @@
153231
"CreateHyperparameterTuningJob"
154232
]
155233
},
234+
"CreateModelDeploymentMonitoringJob": {
235+
"methods": [
236+
"CreateModelDeploymentMonitoringJob"
237+
]
238+
},
156239
"DeleteBatchPredictionJob": {
157240
"methods": [
158241
"DeleteBatchPredictionJob"
@@ -173,6 +256,11 @@
173256
"DeleteHyperparameterTuningJob"
174257
]
175258
},
259+
"DeleteModelDeploymentMonitoringJob": {
260+
"methods": [
261+
"DeleteModelDeploymentMonitoringJob"
262+
]
263+
},
176264
"GetBatchPredictionJob": {
177265
"methods": [
178266
"GetBatchPredictionJob"
@@ -193,6 +281,11 @@
193281
"GetHyperparameterTuningJob"
194282
]
195283
},
284+
"GetModelDeploymentMonitoringJob": {
285+
"methods": [
286+
"GetModelDeploymentMonitoringJob"
287+
]
288+
},
196289
"ListBatchPredictionJobs": {
197290
"methods": [
198291
"ListBatchPredictionJobs"
@@ -212,6 +305,31 @@
212305
"methods": [
213306
"ListHyperparameterTuningJobs"
214307
]
308+
},
309+
"ListModelDeploymentMonitoringJobs": {
310+
"methods": [
311+
"ListModelDeploymentMonitoringJobs"
312+
]
313+
},
314+
"PauseModelDeploymentMonitoringJob": {
315+
"methods": [
316+
"PauseModelDeploymentMonitoringJob"
317+
]
318+
},
319+
"ResumeModelDeploymentMonitoringJob": {
320+
"methods": [
321+
"ResumeModelDeploymentMonitoringJob"
322+
]
323+
},
324+
"SearchModelDeploymentMonitoringStatsAnomalies": {
325+
"methods": [
326+
"SearchModelDeploymentMonitoringStatsAnomalies"
327+
]
328+
},
329+
"UpdateModelDeploymentMonitoringJob": {
330+
"methods": [
331+
"UpdateModelDeploymentMonitoringJob"
332+
]
215333
}
216334
}
217335
}
@@ -359,10 +477,20 @@
359477
"grpc": {
360478
"libraryClient": "PredictionClient",
361479
"rpcs": {
480+
"Explain": {
481+
"methods": [
482+
"Explain"
483+
]
484+
},
362485
"Predict": {
363486
"methods": [
364487
"Predict"
365488
]
489+
},
490+
"RawPredict": {
491+
"methods": [
492+
"RawPredict"
493+
]
366494
}
367495
}
368496
}

0 commit comments

Comments
 (0)