Interface FeaturestoreMonitoringConfig.ImportFeaturesAnalysisOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
FeaturestoreMonitoringConfig.ImportFeaturesAnalysis, FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.Builder
Enclosing class:
FeaturestoreMonitoringConfig

public static interface FeaturestoreMonitoringConfig.ImportFeaturesAnalysisOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The baseline used to do anomaly detection for the statistics generated by import features analysis.
    int
    The baseline used to do anomaly detection for the statistics generated by import features analysis.
    Whether to enable / disable / inherite default hebavior for import features analysis.
    int
    Whether to enable / disable / inherite default hebavior for import features analysis.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getStateValue

      int getStateValue()
       Whether to enable / disable / inherite default hebavior for import
       features analysis.
       
      .google.cloud.aiplatform.v1.FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.State state = 1;
      Returns:
      The enum numeric value on the wire for state.
    • getState

       Whether to enable / disable / inherite default hebavior for import
       features analysis.
       
      .google.cloud.aiplatform.v1.FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.State state = 1;
      Returns:
      The state.
    • getAnomalyDetectionBaselineValue

      int getAnomalyDetectionBaselineValue()
       The baseline used to do anomaly detection for the statistics generated by
       import features analysis.
       
      .google.cloud.aiplatform.v1.FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.Baseline anomaly_detection_baseline = 2;
      Returns:
      The enum numeric value on the wire for anomalyDetectionBaseline.
    • getAnomalyDetectionBaseline

       The baseline used to do anomaly detection for the statistics generated by
       import features analysis.
       
      .google.cloud.aiplatform.v1.FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.Baseline anomaly_detection_baseline = 2;
      Returns:
      The anomalyDetectionBaseline.