Package com.google.cloud.aiplatform.v1
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.Baseline
getAnomalyDetectionBaseline()
The baseline used to do anomaly detection for the statistics generated by import features analysis.int
getAnomalyDetectionBaselineValue()
The baseline used to do anomaly detection for the statistics generated by import features analysis.FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.State
getState()
Whether to enable / disable / inherite default hebavior for import features analysis.int
getStateValue()
Whether to enable / disable / inherite default hebavior for import features analysis.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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
FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.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
FeaturestoreMonitoringConfig.ImportFeaturesAnalysis.Baseline 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.
-
-