Cloud AI Platform v1 API - Class FeaturestoreMonitoringConfig.Types.SnapshotAnalysis (2.27.0)

public sealed class FeaturestoreMonitoringConfig.Types.SnapshotAnalysis : IMessage<FeaturestoreMonitoringConfig.Types.SnapshotAnalysis>, IEquatable<FeaturestoreMonitoringConfig.Types.SnapshotAnalysis>, IDeepCloneable<FeaturestoreMonitoringConfig.Types.SnapshotAnalysis>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class FeaturestoreMonitoringConfig.Types.SnapshotAnalysis.

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.

Inheritance

object > FeaturestoreMonitoringConfig.Types.SnapshotAnalysis

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

SnapshotAnalysis()

public SnapshotAnalysis()

SnapshotAnalysis(SnapshotAnalysis)

public SnapshotAnalysis(FeaturestoreMonitoringConfig.Types.SnapshotAnalysis other)
Parameter
NameDescription
otherFeaturestoreMonitoringConfigTypesSnapshotAnalysis

Properties

Disabled

public bool Disabled { get; set; }

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.

Property Value
TypeDescription
bool

MonitoringIntervalDays

public int MonitoringIntervalDays { get; set; }

Configuration of the snapshot analysis based monitoring pipeline running interval. The value indicates number of days.

Property Value
TypeDescription
int

StalenessDays

public int StalenessDays { get; set; }

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.

Property Value
TypeDescription
int