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
271
// dataset. This window specifies how long the data should be collected from
272
272
// historical model results for each run. If not set,
273
-
// [ModelDeploymentMonitoringScheduleConfig.monitor_interval][google.cloud.aiplatform.v1.ModelDeploymentMonitoringScheduleConfig.monitor_interval] will be used.
273
+
// [ModelDeploymentMonitoringScheduleConfig.monitor_interval][google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringScheduleConfig.monitor_interval] will be used.
274
274
// e.g. If currently the cutoff time is 2022-01-08 14:30:00 and the
275
275
// monitor_window is set to be 3600, then data from 2022-01-08 13:30:00
276
276
// to 2022-01-08 14:30:00 will be retrieved and aggregated to calculate the
0 commit comments