Skip to content

Commit ae521e6

Browse files
fix: delete the deprecated field for model monitor (#5274)
* fix: delete the deprecated field for model monitor PiperOrigin-RevId: 627075504 Source-Link: googleapis/googleapis@5fa62a9 Source-Link: googleapis/googleapis-gen@a557727 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWFpcGxhdGZvcm0vLk93bEJvdC55YW1sIiwiaCI6ImE1NTc3MjdhN2NkYzM2YjA5ODJiN2ExNTA5OWFjMjA5N2UwMjY1YWUifQ== * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: sofisl <[email protected]>
1 parent fcce43c commit ae521e6

File tree

4 files changed

+0
-40
lines changed

4 files changed

+0
-40
lines changed

packages/google-cloud-aiplatform/protos/google/cloud/aiplatform/v1beta1/model_monitor.proto

-6
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,4 @@ message ModelMonitoringSchema {
175175

176176
// Target /ground truth names of the model.
177177
repeated FieldSchema ground_truth_fields = 3;
178-
179-
// The prediction instance type that the Model accepts when serving.
180-
// Supported values are:
181-
// * `object`: Each input is a JSON object format.
182-
// * `array`: Each input is a JSON array format.
183-
string instance_type = 4;
184178
}

packages/google-cloud-aiplatform/protos/protos.d.ts

-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/google-cloud-aiplatform/protos/protos.js

-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/google-cloud-aiplatform/protos/protos.json

-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)