Class SnapshotAnalysis (1.2.0)

SnapshotAnalysis(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Configuration of the Featurestore's Snapshot Analysis Based Monitoring. This type of analysis generates statistics for each Feature based on a snapshot of the latest feature value of each entities every monitoring_interval.

Attributes

NameDescription
disabled bool
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.
monitoring_interval google.protobuf.duration_pb2.Duration
Configuration of the snapshot analysis based monitoring pipeline running interval. The value is rolled up to full day.

Inheritance

builtins.object > proto.message.Message > SnapshotAnalysis