You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// The time window of the prediction data being included in each prediction
271
+
// dataset. This window specifies how long the data should be collected from
272
+
// historical model results for each run. If not set,
273
+
// [ModelDeploymentMonitoringScheduleConfig.monitor_interval][google.cloud.aiplatform.v1.ModelDeploymentMonitoringScheduleConfig.monitor_interval] will be used.
274
+
// e.g. If currently the cutoff time is 2022-01-08 14:30:00 and the
275
+
// monitor_window is set to be 3600, then data from 2022-01-08 13:30:00
276
+
// to 2022-01-08 14:30:00 will be retrieved and aggregated to calculate the
277
+
// monitoring statistics.
278
+
google.protobuf.Durationmonitor_window=2;
269
279
}
270
280
271
281
// Statistics and anomalies generated by Model Monitoring.
// The time window of the prediction data being included in each prediction
271
+
// dataset. This window specifies how long the data should be collected from
272
+
// historical model results for each run. If not set,
273
+
// [ModelDeploymentMonitoringScheduleConfig.monitor_interval][google.cloud.aiplatform.v1.ModelDeploymentMonitoringScheduleConfig.monitor_interval] will be used.
274
+
// e.g. If currently the cutoff time is 2022-01-08 14:30:00 and the
275
+
// monitor_window is set to be 3600, then data from 2022-01-08 13:30:00
276
+
// to 2022-01-08 14:30:00 will be retrieved and aggregated to calculate the
277
+
// monitoring statistics.
278
+
google.protobuf.Durationmonitor_window=2;
269
279
}
270
280
271
281
// Statistics and anomalies generated by Model Monitoring.
0 commit comments