Send feedback
Class FeaturestoreMonitoringConfig.SnapshotAnalysis (3.59.0)
bookmark_border bookmark
Stay organized with collections
Save and categorize content based on your preferences.
Version latest keyboard_arrow_down
public static final class FeaturestoreMonitoringConfig . SnapshotAnalysis extends GeneratedMessageV3 implements FeaturestoreMonitoringConfig . SnapshotAnalysisOrBuilder
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.
Protobuf type google.cloud.aiplatform.v1.FeaturestoreMonitoringConfig.SnapshotAnalysis
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int DISABLED_FIELD_NUMBER
Field Value
Type
Description
int
public static final int MONITORING_INTERVAL_DAYS_FIELD_NUMBER
Field Value
Type
Description
int
public static final int STALENESS_DAYS_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
public static FeaturestoreMonitoringConfig . SnapshotAnalysis getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static FeaturestoreMonitoringConfig . SnapshotAnalysis . Builder newBuilder ()
public static FeaturestoreMonitoringConfig . SnapshotAnalysis . Builder newBuilder ( FeaturestoreMonitoringConfig . SnapshotAnalysis prototype )
public static FeaturestoreMonitoringConfig . SnapshotAnalysis parseDelimitedFrom ( InputStream input )
public static FeaturestoreMonitoringConfig . SnapshotAnalysis parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static FeaturestoreMonitoringConfig . SnapshotAnalysis parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
public static FeaturestoreMonitoringConfig . SnapshotAnalysis parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static FeaturestoreMonitoringConfig . SnapshotAnalysis parseFrom ( ByteString data )
public static FeaturestoreMonitoringConfig . SnapshotAnalysis parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static FeaturestoreMonitoringConfig . SnapshotAnalysis parseFrom ( CodedInputStream input )
public static FeaturestoreMonitoringConfig . SnapshotAnalysis parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static FeaturestoreMonitoringConfig . SnapshotAnalysis parseFrom ( InputStream input )
public static FeaturestoreMonitoringConfig . SnapshotAnalysis parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static FeaturestoreMonitoringConfig . SnapshotAnalysis parseFrom ( ByteBuffer data )
public static FeaturestoreMonitoringConfig . SnapshotAnalysis parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<FeaturestoreMonitoringConfig . SnapshotAnalysis > parser ()
Methods
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
public FeaturestoreMonitoringConfig . SnapshotAnalysis getDefaultInstanceForType ()
public 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;
Returns
Type
Description
boolean
The disabled.
public int getMonitoringIntervalDays ()
Configuration of the snapshot analysis based monitoring pipeline
running interval. The value indicates number of days.
int32 monitoring_interval_days = 3;
Returns
Type
Description
int
The monitoringIntervalDays.
public Parser<FeaturestoreMonitoringConfig . SnapshotAnalysis > getParserForType ()
Overrides
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
public 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;
Returns
Type
Description
int
The stalenessDays.
Returns
Type
Description
int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public FeaturestoreMonitoringConfig . SnapshotAnalysis . Builder newBuilderForType ()
protected FeaturestoreMonitoringConfig . SnapshotAnalysis . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
public FeaturestoreMonitoringConfig . SnapshotAnalysis . Builder toBuilder ()
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-22 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-22 UTC."],[],[]]