Skip to content

Commit

Permalink
fix!: delete the deprecated field for model monitor
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 627075504
  • Loading branch information
Google APIs authored and Copybara-Service committed Apr 22, 2024
1 parent b0a5b9d commit 5fa62a9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions google/cloud/aiplatform/v1beta1/model_monitor.proto
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,4 @@ message ModelMonitoringSchema {

// Target /ground truth names of the model.
repeated FieldSchema ground_truth_fields = 3;

// The prediction instance type that the Model accepts when serving.
// Supported values are:
// * `object`: Each input is a JSON object format.
// * `array`: Each input is a JSON array format.
string instance_type = 4;
}

0 comments on commit 5fa62a9

Please sign in to comment.