Class GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfigSnapshotAnalysis
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.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1FeaturestoreMonitoringConfigSnapshotAnalysis : IDirectResponseSchema
Properties
Disabled
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.
Declaration
[JsonProperty("disabled")]
public virtual bool? Disabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MonitoringInterval
Configuration of the snapshot analysis based monitoring pipeline running interval. The value is rolled up to
full day. If both monitoring_interval_days and the deprecated monitoring_interval
field are set when
creating/updating EntityTypes/Features, monitoring_interval_days will be used.
Declaration
[JsonProperty("monitoringInterval")]
public virtual object MonitoringInterval { get; set; }
Property Value
Type | Description |
---|---|
object |
MonitoringIntervalDays
Configuration of the snapshot analysis based monitoring pipeline running interval. The value indicates number of days.
Declaration
[JsonProperty("monitoringIntervalDays")]
public virtual int? MonitoringIntervalDays { get; set; }
Property Value
Type | Description |
---|---|
int? |
StalenessDays
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.
Declaration
[JsonProperty("stalenessDays")]
public virtual int? StalenessDays { get; set; }
Property Value
Type | Description |
---|---|
int? |