public static interface FeaturestoreMonitoringConfig.SnapshotAnalysisOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDisabled()
The monitoring schedule for snapshot analysis.
|
int |
getMonitoringIntervalDays()
Configuration of the snapshot analysis based monitoring pipeline
running interval.
|
int |
getStalenessDays()
Customized export features time window for snapshot analysis.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getDisabled()
The monitoring schedule for snapshot analysis. For EntityType-level config: unset / disabled = true indicates disabled by default for Features under it; otherwise by default enable snapshot analysis monitoring with monitoring_interval for Features under it. Feature-level config: disabled = true indicates disabled regardless of the EntityType-level config; unset monitoring_interval indicates going with EntityType-level config; otherwise run snapshot analysis monitoring with monitoring_interval regardless of the EntityType-level config. Explicitly Disable the snapshot analysis based monitoring.
bool disabled = 1;int getMonitoringIntervalDays()
Configuration of the snapshot analysis based monitoring pipeline running interval. The value indicates number of days.
int32 monitoring_interval_days = 3;int getStalenessDays()
Customized export features time window for snapshot analysis. Unit is one day. Default value is 3 weeks. Minimum value is 1 day. Maximum value is 4000 days.
int32 staleness_days = 4;Copyright © 2025 Google LLC. All rights reserved.