public static interface FeaturestoreMonitoringConfig.SnapshotAnalysisOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDisabled()
public abstract boolean 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;
| Type | Description |
| boolean | The disabled. |
getMonitoringInterval()
public abstract Duration getMonitoringInterval()Configuration of the snapshot analysis based monitoring pipeline running interval. The value is rolled up to full day.
.google.protobuf.Duration monitoring_interval = 2 [deprecated = true];
| Type | Description |
| Duration | The monitoringInterval. |
getMonitoringIntervalDays()
public abstract int getMonitoringIntervalDays()Configuration of the snapshot analysis based monitoring pipeline running interval. The value indicates number of days. If both FeaturestoreMonitoringConfig.SnapshotAnalysis.monitoring_interval_days and FeaturestoreMonitoringConfig.SnapshotAnalysis.monitoring_interval are set when creating/updating EntityTypes/Features, FeaturestoreMonitoringConfig.SnapshotAnalysis.monitoring_interval_days will be used.
int32 monitoring_interval_days = 3;
| Type | Description |
| int | The monitoringIntervalDays. |
getMonitoringIntervalOrBuilder()
public abstract DurationOrBuilder getMonitoringIntervalOrBuilder()Configuration of the snapshot analysis based monitoring pipeline running interval. The value is rolled up to full day.
.google.protobuf.Duration monitoring_interval = 2 [deprecated = true];
| Type | Description |
| DurationOrBuilder |
hasMonitoringInterval()
public abstract boolean hasMonitoringInterval()Configuration of the snapshot analysis based monitoring pipeline running interval. The value is rolled up to full day.
.google.protobuf.Duration monitoring_interval = 2 [deprecated = true];
| Type | Description |
| boolean | Whether the monitoringInterval field is set. |