Send feedback
  
   
 
  
    
      Class FeaturestoreMonitoringConfig (3.17.0)
    
    
       
    
    
      
      Stay organized with collections
     
    
      
      Save and categorize content based on your preferences.
     
    
  
      
     
  
  
   
  
    
  
  
    
    
    
  Version 3.17.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   final   class  FeaturestoreMonitoringConfig   extends   GeneratedMessageV3   implements   FeaturestoreMonitoringConfigOrBuilder  
   
   Configuration of how features in Featurestore are monitored.
 Protobuf type google.cloud.aiplatform.v1.FeaturestoreMonitoringConfig
 
  
  
  
  Static Fields
   
  
  
    
public   static   final   int   CATEGORICAL_THRESHOLD_CONFIG_FIELD_NUMBER  
   
  
    
      
        Field Value  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  
  
    
public   static   final   int   IMPORT_FEATURES_ANALYSIS_FIELD_NUMBER  
   
  
    
      
        Field Value  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  
  
    
public   static   final   int   NUMERICAL_THRESHOLD_CONFIG_FIELD_NUMBER  
   
  
    
      
        Field Value  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  
  
    
public   static   final   int   SNAPSHOT_ANALYSIS_FIELD_NUMBER  
   
  
    
      
        Field Value  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  Static Methods
   
   
  
  
    
public   static   FeaturestoreMonitoringConfig   getDefaultInstance ()  
   
  
   
  
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
   
  
   
  
  
    
public   static   FeaturestoreMonitoringConfig . Builder   newBuilder ()  
   
  
   
  
  
    
public   static   FeaturestoreMonitoringConfig . Builder   newBuilder ( FeaturestoreMonitoringConfig   prototype )  
   
  
  
   
  
  
    
public   static   FeaturestoreMonitoringConfig   parseDelimitedFrom ( InputStream   input )  
   
  
  
  
   
  
  
    
public   static   FeaturestoreMonitoringConfig   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  
  
    
public   static   FeaturestoreMonitoringConfig   parseFrom ( byte []   data )  
   
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        data 
        byte [] 
       
     
  
  
  
   
  
  
    
public   static   FeaturestoreMonitoringConfig   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  
  
    
public   static   FeaturestoreMonitoringConfig   parseFrom ( ByteString   data )  
   
  
  
  
   
  
  
    
public   static   FeaturestoreMonitoringConfig   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  
  
    
public   static   FeaturestoreMonitoringConfig   parseFrom ( CodedInputStream   input )  
   
  
  
  
   
  
  
    
public   static   FeaturestoreMonitoringConfig   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  
  
    
public   static   FeaturestoreMonitoringConfig   parseFrom ( InputStream   input )  
   
  
  
  
   
  
  
    
public   static   FeaturestoreMonitoringConfig   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  
  
    
public   static   FeaturestoreMonitoringConfig   parseFrom ( ByteBuffer   data )  
   
  
  
  
   
  
  
    
public   static   FeaturestoreMonitoringConfig   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  
  
    
public   static   Parser<FeaturestoreMonitoringConfig>   parser ()  
   
  
  Methods
   
   
  
  
    
public   boolean   equals ( Object   obj )  
   
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        obj 
        Object  
       
     
  
  
  Overrides 
  
   
  
  
    
public   FeaturestoreMonitoringConfig . ThresholdConfig   getCategoricalThresholdConfig ()  
   
   Threshold for categorical features of anomaly detection.
 This is shared by all types of Featurestore Monitoring for categorical
 features (i.e. Features with type
 (Feature.ValueType ) BOOL or
 STRING).
 
 .google.cloud.aiplatform.v1.FeaturestoreMonitoringConfig.ThresholdConfig categorical_threshold_config = 4;
 
 
  
   
  
  
    
public   FeaturestoreMonitoringConfig . ThresholdConfigOrBuilder   getCategoricalThresholdConfigOrBuilder ()  
   
   Threshold for categorical features of anomaly detection.
 This is shared by all types of Featurestore Monitoring for categorical
 features (i.e. Features with type
 (Feature.ValueType ) BOOL or
 STRING).
 
 .google.cloud.aiplatform.v1.FeaturestoreMonitoringConfig.ThresholdConfig categorical_threshold_config = 4;
 
 
  
   
  
  
    
public   FeaturestoreMonitoringConfig   getDefaultInstanceForType ()  
   
  
   
  
  
    
public   FeaturestoreMonitoringConfig . ImportFeaturesAnalysis   getImportFeaturesAnalysis ()  
   
   The config for ImportFeatures Analysis Based Feature Monitoring.
 
 .google.cloud.aiplatform.v1.FeaturestoreMonitoringConfig.ImportFeaturesAnalysis import_features_analysis = 2;
 
 
  
   
  
  
    
public   FeaturestoreMonitoringConfig . ImportFeaturesAnalysisOrBuilder   getImportFeaturesAnalysisOrBuilder ()  
   
   The config for ImportFeatures Analysis Based Feature Monitoring.
 
 .google.cloud.aiplatform.v1.FeaturestoreMonitoringConfig.ImportFeaturesAnalysis import_features_analysis = 2;
 
 
  
   
  
  
    
public   FeaturestoreMonitoringConfig . ThresholdConfig   getNumericalThresholdConfig ()  
   
   Threshold for numerical features of anomaly detection.
 This is shared by all objectives of Featurestore Monitoring for numerical
 features (i.e. Features with type
 (Feature.ValueType ) DOUBLE
 or INT64).
 
 .google.cloud.aiplatform.v1.FeaturestoreMonitoringConfig.ThresholdConfig numerical_threshold_config = 3;
 
 
  
   
  
  
    
public   FeaturestoreMonitoringConfig . ThresholdConfigOrBuilder   getNumericalThresholdConfigOrBuilder ()  
   
   Threshold for numerical features of anomaly detection.
 This is shared by all objectives of Featurestore Monitoring for numerical
 features (i.e. Features with type
 (Feature.ValueType ) DOUBLE
 or INT64).
 
 .google.cloud.aiplatform.v1.FeaturestoreMonitoringConfig.ThresholdConfig numerical_threshold_config = 3;
 
 
  
   
  
  
    
public   Parser<FeaturestoreMonitoringConfig>   getParserForType ()  
   
  
  Overrides 
  
   
  
  
    
public   int   getSerializedSize ()  
   
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  Overrides 
  
   
  
  
    
public   FeaturestoreMonitoringConfig . SnapshotAnalysis   getSnapshotAnalysis ()  
   
   The config for Snapshot Analysis Based Feature Monitoring.
 
 .google.cloud.aiplatform.v1.FeaturestoreMonitoringConfig.SnapshotAnalysis snapshot_analysis = 1;
 
 
  
   
  
  
    
public   FeaturestoreMonitoringConfig . SnapshotAnalysisOrBuilder   getSnapshotAnalysisOrBuilder ()  
   
   The config for Snapshot Analysis Based Feature Monitoring.
 
 .google.cloud.aiplatform.v1.FeaturestoreMonitoringConfig.SnapshotAnalysis snapshot_analysis = 1;
 
 
  
   
  
  
    
public   final   UnknownFieldSet   getUnknownFields ()  
   
  
  Overrides 
  
   
  
  
    
public   boolean   hasCategoricalThresholdConfig ()  
   
   Threshold for categorical features of anomaly detection.
 This is shared by all types of Featurestore Monitoring for categorical
 features (i.e. Features with type
 (Feature.ValueType ) BOOL or
 STRING).
 
 .google.cloud.aiplatform.v1.FeaturestoreMonitoringConfig.ThresholdConfig categorical_threshold_config = 4;
 
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        boolean  
        Whether the categoricalThresholdConfig field is set.
 
       
     
  
   
  
  
    
public   boolean   hasImportFeaturesAnalysis ()  
   
   The config for ImportFeatures Analysis Based Feature Monitoring.
 
 .google.cloud.aiplatform.v1.FeaturestoreMonitoringConfig.ImportFeaturesAnalysis import_features_analysis = 2;
 
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        boolean  
        Whether the importFeaturesAnalysis field is set.
 
       
     
  
   
  
  
    
public   boolean   hasNumericalThresholdConfig ()  
   
   Threshold for numerical features of anomaly detection.
 This is shared by all objectives of Featurestore Monitoring for numerical
 features (i.e. Features with type
 (Feature.ValueType ) DOUBLE
 or INT64).
 
 .google.cloud.aiplatform.v1.FeaturestoreMonitoringConfig.ThresholdConfig numerical_threshold_config = 3;
 
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        boolean  
        Whether the numericalThresholdConfig field is set.
 
       
     
  
   
  
  
    
public   boolean   hasSnapshotAnalysis ()  
   
   The config for Snapshot Analysis Based Feature Monitoring.
 
 .google.cloud.aiplatform.v1.FeaturestoreMonitoringConfig.SnapshotAnalysis snapshot_analysis = 1;
 
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        boolean  
        Whether the snapshotAnalysis field is set.
 
       
     
  
   
  
  
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  Overrides 
  
   
  
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
   
  
  Overrides 
  
   
  
  
    
public   final   boolean   isInitialized ()  
   
  
  Overrides 
  
   
  
  
    
public   FeaturestoreMonitoringConfig . Builder   newBuilderForType ()  
   
  
   
  
  
    
protected   FeaturestoreMonitoringConfig . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
   
  
  
  Overrides 
  
   
  
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
   
  
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        Object  
         
       
     
  
  Overrides 
  
   
  
  
    
public   FeaturestoreMonitoringConfig . 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-10-30 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-10-30 UTC."],[],[]]