Skip to content

Commit 5fa62a9

Browse files
Google APIscopybara-github
authored andcommitted
fix!: delete the deprecated field for model monitor
PiperOrigin-RevId: 627075504
1 parent b0a5b9d commit 5fa62a9

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

google/cloud/aiplatform/v1beta1/model_monitor.proto

Lines changed: 0 additions & 6 deletions
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
}

0 commit comments

Comments
 (0)