File tree Expand file tree Collapse file tree
google/cloud/aiplatform/v1beta1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ import "google/cloud/aiplatform/v1beta1/io.proto";
2525import "google/cloud/aiplatform/v1beta1/job_state.proto" ;
2626import "google/cloud/aiplatform/v1beta1/machine_resources.proto" ;
2727import "google/cloud/aiplatform/v1beta1/manual_batch_tuning_parameters.proto" ;
28+ import "google/cloud/aiplatform/v1beta1/model_deployment_monitoring_job.proto" ;
2829import "google/cloud/aiplatform/v1beta1/model_monitoring.proto" ;
2930import "google/cloud/aiplatform/v1beta1/unmanaged_container_model.proto" ;
3031import "google/protobuf/struct.proto" ;
@@ -304,4 +305,10 @@ message BatchPredictionJob {
304305 // the input and output to the batch prediction job, as well as the provided
305306 // training dataset.
306307 ModelMonitoringConfig model_monitoring_config = 26 ;
308+
309+ // Get batch prediction job monitoring statistics.
310+ repeated ModelMonitoringStatsAnomalies model_monitoring_stats_anomalies = 31 ;
311+
312+ // Output only. The running status of the model monitoring pipeline.
313+ google.rpc.Status model_monitoring_status = 32 [(google.api.field_behavior ) = OUTPUT_ONLY ];
307314}
You can’t perform that action at this time.
0 commit comments